GET
/
MoneyOut
/
cancel
/
{referenceId}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/MoneyOut/cancel/{referenceId} \
  --header 'requestToken: <api-key>'
{
  "responseText": "Success",
  "isSuccess": true,
  "responseData": {
    "responseText": "Success",
    "responseCode": 1,
    "responseData": {
      "authCode": null,
      "referenceId": "10-2806",
      "resultCode": 1,
      "resultText": "Cancelled",
      "avsResponseText": null,
      "cvvResponseText": null,
      "customerId": 3047,
      "methodReferenceId": null
    }
  },
  "pageidentifier": null
}

Authorizations

requestToken
string
header
required

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

Path Parameters

referenceId
string
required

The ID for the payout transaction.

Example:

"B492B998-DE39-4680-BBC1-B8674C5C7A63"

Response

200
application/json

Success

The response for canceling a single payout transaction.