Confirm refund authorization
Attempt to confirm a refund.
| 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 | |||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Successful operation.
| |||||||||||||||||||||||||||||||||||||||||
201Created | |||||||||||||||||||||||||||||||||||||||||
202Transaction received and will be processed as soon as we can.
| |||||||||||||||||||||||||||||||||||||||||
400Failed to create the transaction.
| |||||||||||||||||||||||||||||||||||||||||
401Unauthorized | |||||||||||||||||||||||||||||||||||||||||
403Forbidden Transaction.
| |||||||||||||||||||||||||||||||||||||||||
404Not Found | |||||||||||||||||||||||||||||||||||||||||
500Internal error.
| |||||||||||||||||||||||||||||||||||||||||
502Processor response with error.
| |||||||||||||||||||||||||||||||||||||||||
504Communication timed out with processor.
|