Cancel List of Payout Transactions
Cancels an array of payout transactions.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Body
Array of identifiers of payout transactions to cancel.
Response
The response for canceling a single payout transaction.
Authorization code.
Text code describing the result for address 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.
Text code describing the result for CVV validation (applies only for card transactions).
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
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.
Auxiliary validation used internally by payment pages and components.
The transaction identifier in Payabli.
The object containing the response data.
Response text for operation: 'Success' or 'Declined'.
Result code for the operation. Value 1 indicates a successful operation, values 2 and 3 indicate errors.
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.
Was this page helpful?