Confirm sale authorization
Attempt to confirm a sale.
Header Parameters |
---|
x-amzn-trace-id stringAmazon fingerprint to track transactions. |
X-Bypass-Processor booleanBypass processor communication. If the header is set to true the message will not be sent to the processor but return only the raw message. |
Request Body — REQUIRED The payment confirmation. |
---|
applicationKey string — REQUIREDThe application key |
refNumber string — REQUIREDThe transaction reference number. |
Responses | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 Successful operation.
| |||||||||||||||||||||||||||||||||||||||||
201 Created | |||||||||||||||||||||||||||||||||||||||||
202 Transaction received and will be processed as soon as we can.
| |||||||||||||||||||||||||||||||||||||||||
400 Failed to create the transaction.
| |||||||||||||||||||||||||||||||||||||||||
401 Unauthorized | |||||||||||||||||||||||||||||||||||||||||
403 Forbidden Transaction.
| |||||||||||||||||||||||||||||||||||||||||
404 Not Found | |||||||||||||||||||||||||||||||||||||||||
500 Internal error.
| |||||||||||||||||||||||||||||||||||||||||
502 Processor response with error.
| |||||||||||||||||||||||||||||||||||||||||
504 Communication timed out with processor.
|