GET
/
MoneyOut
/
cancel
/
{referenceId}

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.

Response

200 - application/json

The response for canceling a single payout transaction.

authCode
string | null

Authorization code.

avsResponseText
string | null

Text code describing the result for address validation (applies only for card transactions).

customerId
integer | null

Payabli-generated unique ID of customer owner of transaction. Returns `0`` if the transaction was not assigned to an existing customer or no customer was created.

cvvResponseText
string | null

Text code describing the result for CVV validation (applies only for card transactions).

isSuccess
boolean

Boolean indicating whether the operation was successful. A true value indicates success. A false value indicates failure.

methodReferenceId
string | null

The stored method's identifier (sometimes referred to as 'token') in Payabli. When null, the method wasn't created, or doesn't exist, depending on the operation performed.

pageIdentifier
string | null

Auxiliary validation used internally by payment pages and components.

referenceId
string

The transaction identifier in Payabli.

responseData
object | null

The object containing the response data.

responseText
string | null

Response text for operation: 'Success' or 'Declined'.

resultCode
integer

Result code for the operation. Value 1 indicates a successful operation, values 2 and 3 indicate errors.

resultText
string

Text describing the result. If ResultCode = 1, will return 'Approved' or a general success message. If `ResultCode`` = 2 or 3, will contain the cause of the error or decline.