Creates a payout transaction by transferring funds to a specified beneficiary. Select an example from the dropdown to see request bodies for different currencies.
POST
/
v1
/
payout
Copy
curl --request POST \ --url https://sandboxapi.me-cash.com/v1/payout \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "recipient": { "name": "Linda Collins", "type": "BUSINESS", "address": "200 Koch Vista, New York, NY 10001", "account": { "accountNumber": "857362910", "sortCode": "CHASUS33XXX", "bankName": "Chase Bank", "address": "1948 Kemmer Ville, New York, NY 10002", "routingNumber": "021000021" }, "paymentChannel": "BANK_TRANSFER", "currency": "USD", "country": "US", "stored": false }, "quoteId": "859b19e8-8a00-4d59-9970-xxxxxxxxxxxxx", "reason": "Gift", "remark": "Testing" }'