Process Disbursement
Authentication
Bearer token obtained from the Create Access Token endpoint. Tokens are valid for ~60 minutes — cache and reuse a token for its full lifetime instead of re-authenticating per request.
Request
Amount to pay out. Minimum 0.01; the maximum depends on the channel.
Your unique reference for this payout. Each reference_no can be used only once, making it a natural idempotency key — reuse the same value when retrying the same intent. See the Idempotency & Safe Retries guide.
URL that receives a server-side webhook once the final payout status is known. See the Webhooks & Redirects guide.
Recipient/sender details. The required shape depends on the channel — e.g., an e-wallet channel like maya uses mobile_number, while a bank-transfer channel like PESONET uses bank_code plus sender/receiver details.