Capture Payout Transaction
Captures a single authorized payout transaction by ID.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Headers
A unique ID you can include to prevent duplicating objects or transactions if a request is sent more than once. This key is not generated in Payabli, you must generate it yourself.
"6B29FC40-CA47-1067-B31D-00DD010662DA"
Path Parameters
The ID for the payout transaction.
"B492B998-DE39-4680-BBC1-B8674C5C7A63"
Response
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"
Auxiliary validation used internally by payment pages and components.
null
The object containing the response data.
Was this page helpful?