Capture a Payout
Learn how to use the Payabli API to capture payout transactions
The second step in processing payout transactions is to capture transactions using the referenceId
from the authorization. Captured authorized payouts are batched, and are processed when the batch is run.
This guide explains how to capture a single payout transactions with the Payabli API.
Build the request
First, choose an endpoint. If you’re testing, use the Sandbox endpoint..
Authenticate
Authenticate by sending your API token in the request header with the key requestToken
:
--header 'requestToken: API TOKEN'
Path parameters
There is one required path parameter.
The authorized payout transaction’s ID. This is available in the authorization response.
Example request
This example captures the authorized payout transaction with ID 129-219
.
Example response
A successful request returns a JSON response.
Was this page helpful?