Create a bank transfer payout

[Available in Sandbox/Production environment] Sends a payout to a bank account. To send a payout to a user's bank account, add in their user account token in the params. Note that their bank account has to be verified first.

In the backend, your funds are paid out from your Business Account to your user’s Personal Account, followed by a bank transfer to their bank account. This is required for compliance purposes as we cannot directly withdraw funds to a bank account that does not belong to you.

Types of payouts with relevant params

FromToFormat
StraitsX Business AccountStraitsX Personal AccountHeader: X-XFERS-APP-API-KEY
Body: user_api_token
StraitsX Personal AccountUser's bank accountHeader: X-XFERS-USER-API-KEY
StraitsX Business AccountBusiness bank accountHeader: X-XFERS-APP-API-KEY
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!