GET
/
MoneyIn
/
void
/
{transId}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/MoneyIn/void/{transId} \
  --header 'requestToken: <api-key>'
{
  "isSuccess": true,
  "responseText": "Success",
  "responseCode": 1,
  "responseData": {
    "authCode": "A0000",
    "referenceId": "255-fb61db4171334aa79224b019f090e4c5",
    "resultCode": 1,
    "resultText": "REVERSED",
    "avsResponseText": null,
    "cvvResponseText": null,
    "customerId": null,
    "methodReferenceId": null
  },
  "pageIdentifier": null
}

Just like sale transactions, you can void a refund transaction before the batch closes. Use the referenceId from the refund transaction response as the transId in the void request.

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

transId
string
required

ReferenceId for the transaction (PaymentId).

Example:

"45-as456777hhhhhhhhhh77777777-324"

Response

200
application/json

Ok

General response for certain moneyIn and moneyOut endpoints.