Process Disbursement

View as Markdown
### Process Disbursement The **Process Disbursement** endpoint submits a new payout request to a recipient via the specified disbursement channel. This is the primary endpoint for initiating cash-out and withdrawal transactions. After submission, the transaction is created with a `pending` status. Monitor the final status via **Get Transactions** or listen for webhook callbacks on your `callback_webhook_url`. > Ensure the recipient details, channel, and amount are validated before calling this endpoint.

Request

This endpoint expects an object.
channelstringRequired
amountintegerRequired
reference_nostringRequired
callback_webhook_urlstringRequiredformat: "uri"
fieldsobjectRequired

Response

OK
messagestring
dataobject