Reverse Transactions
Last updated
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 referenceNumber
or instrumentNumber
.
POST
/api/postings/v1/reversetransaction
Headers
Name | Value |
---|---|
Body
Name | Data Type (length) | Required | Description |
---|---|---|---|
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.
Content-Type*
application/json
Authorization*
Bearer <token>
Request-Reference
{unique-reference}
referenceNumber
string
The reference number for the transaction to be reversed
instrumentNumber
string
The instrument number associated with the transaction