Transaction Status Query
This confirms the status of a transaction for only Debit, Credit and LocalFundsTransfer
Overview
To confirm the status of a transaction, you make a post request by passing RetrievalReference, TransactionDate, TransactionType, Amount, and Token in the request body to the transaction status query endpoint.
For this request, all payload in the request body are required for a successful response
If the request is successful, it returns a status code of 200 with a response body
You can check out API reference for Transaction Status Query
Updated about 1 year ago