Reverse Transactions
Name
Value
Name
Data Type (length)
Required
Description
Last updated
This endpoint allows users to reverse a previously processed transaction. When making a request to this endpoint, provide the required body parameters which are the referenceNumberor instrumentNumber.
POST /api/postings/v1/reversetransaction
Headers
Content-Type*
application/json
Authorization*
Bearer <token>
Request-Reference
{unique-reference}
Body
referenceNumber
string (50)
The reference number for the transaction to be reversed
instrumentNumber
string (50)
The instrument number associated with the transaction
Ensure that you provide either the referenceNumber or the instrumentNumber.
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Last updated