post https://api-sandbox.GiftDeals.com/exchange/v3/acquireByCorrelationId/reversal
Use this operation to reverse a previous Acquire Card request. This request should return immediately with an HTTP status of 202, meaning the request was accepted for processing. At that time, the reversal may need to be complete, but if that response is received Cardpool guarantees that the reversal will be processed.
Status Return
| Http Status | Response Model | Notes |
|---|---|---|
| ⚪ 202 | AcquireCardReversalResponse | |
| 🔴 400 | Error | |
| 🔴 404 | Error | |
| 🔴 409 | Error | |
| 🔴 500 | Error |
Error Code Return
| HTTP Status | Error Code | Message |
|---|---|---|
| 400 | exchange.bhnContractId.required | deprecated |
| 400 | request.missing.parameter.merchantId | deprecated |
| 400 | request.missing.parameter.requestId | The RequestId HTTP header value is missing. |
| 400 | exchange.transaction.not.found | There is no transaction with this requestId. |
| 400 | exchange.invalid.x-api-key | The x-api-key HTTP header value is invalid. |
| 404 | exchange.acquire.request.not.found | (deprecated) The Acquire requestId is not found. |
| 409 | exchange.acquire.duplicate.request | (deprecated) The requestId is used for more than one acquire call. |
