Cancel Payout Transaction
Cancel a payout transaction by ID.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Path Parameters
The ID for the payout transaction.
"B492B998-DE39-4680-BBC1-B8674C5C7A63"
Response
The response for canceling a single payout transaction.
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
true
Response text for operation: 'Success' or 'Declined'.
"Success"
The object containing the response data.
Authorization code for the transaction.
null
The transaction identifier in Payabli.
"45-erre-324"
Result code for the operation. Value 1 indicates a successful operation, values 2 and 3 indicate errors. A value of 10 indicates that an operation has been initiated and is pending.
1
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.
"Cancelled"
Text code describing the result for address validation (applies only for card transactions).
Text code describing the result for CVV validation (applies only for card transactions).
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.
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.
"1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-4440"
Auxiliary validation used internally by payment pages and components.
null
Was this page helpful?