Payouts
Authorizations
ww-api-keystringRequired
Body
idempotencyKeystringRequired
Use this to prevent duplicate payouts. If a payout with the same idempotency key already exists, it will be rejected. The key can be any unique string or UUID.
fromstring · enumRequiredPossible values:
tostring · enumRequiredPossible values:
amountnumberRequiredExample:
The amount to be debited for the payout
100subCustomerIdstringOptional
The sub-customer to be debited for the payout
descriptionstringOptional
The description of the payout
referencestringOptional
The reference of the payout
purposeCodestring · enumOptionalPossible values:
beneficiaryAccountIdstringRequired
The beneficiary account to be credited for the payout
supportingDocumentsstring[]Optional
Supporting documents for purpose of payment as base64 data URIs (max 5MB each, up to 3 files)
feePaymentModestring · enumOptionalPossible values:
Fee payment mode - IMMEDIATE (default) or PAY_LATER (requires DEFFERED_PAYOUT_FEES feature)
Responses
200
Payout initiated successfully
No content
429
Too many requests
post
/v1/transactions/initiate-payoutNo content
Last updated