Reversals
This is used to reverse a successfully initiated transaction
Overview
To reverse a successfully initiated transaction you make a post request by passing RetrievalReference, TransactionDate, TransactionType, Amount, Token in the request body to the reversal endpoint.
If the request is successful, it returns a status code of 200 with a response body.
You can check out API reference for Reversals
Updated almost 2 years ago