Initiate a payout transaction

Creates a new payout transaction for the specified recipient

Request

This endpoint expects an object.
merchantIdstringRequired
Merchant ID for the payout
merchantReferencestringRequired
Merchant reference for the payout
destinationValueobjectRequired
Destination amount and currency for the payout
paymentMethodIdenumRequired

Payment method identifier (e.g., “banktransfer”)

paymentLocationstringRequired

3-letter ISO country code

recipientobjectRequired
Recipient details for the payout
senderobjectRequired

Sender details for the payout (required for KYT screening)

attributesmap from strings to stringsOptional

Additional payout attributes as key-value pairs

Response

Payout transaction initiated successfully

Errors

401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error