API Documentation
authorization reversal
Process an authorization reversal
Endpoint: https://koroma.co.za/v1/transact
Payload:
- channelid - The channelid received at successful authentication
- clientrefcode - Merchant-generated order reference or tracking number
- reversalurl - This is the value of "linksAuthReversalHref", returned in payment authorization
- amount - The order amount, decimals are separated by "."
- Note that, the platform does not require you to send request header information
- Request an authorization reversal as follows:
https://koroma.co.za/v1/transact
JSON Request { "channelid": "", "clientrefcode": "", "reversalurl": "", "amount": "", } JSON Response { "channelid": "...", "clientReferenceCode": "", "reversalId": "", "method": "", "href": "", "currency": "", "reversalAmount": "", "reversalCurrency": "", "Status": "", "SubmitTimeUtc": "", "processorResponseCode": "", "failedReason": "", "failedMessage": "", "detailsReason": "", "detailsField": "" }