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 StatusResponse ModelNotes
⚪ 202AcquireCardReversalResponse
🔴 400Error
🔴 404Error
🔴 409Error
🔴 500Error

Error Code Return

HTTP StatusError CodeMessage
400exchange.bhnContractId.requireddeprecated
400request.missing.parameter.merchantIddeprecated
400request.missing.parameter.requestIdThe RequestId HTTP header value is missing.
400exchange.transaction.not.foundThere is no transaction with this requestId.
400exchange.invalid.x-api-keyThe x-api-key HTTP header value is invalid.
404exchange.acquire.request.not.found(deprecated) The Acquire requestId is not found.
409exchange.acquire.duplicate.request(deprecated) The requestId is used for more than one acquire call.
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!