Cancellation Payment
To perform financial transaction request to serve need to authorize your API token and API signature. API token will be generate every request authentication
Cancellation Transaction
Request Body
Name
Type
Description
{
"txId": "2435",
"merchantId": "EPAY00000000001",
"termId": "PAYONGT1",
"amount": 1.00,
"currency": "USD",
"resultCode": "0000",
"resultMessage": "Success",
"approvalNo": "538433",
"approvalDate": "09122020110737",
"acsUrl": null,
"refNo": "000004538433",
"transactionAmount": null
}Example Request
Last updated