POST
/
v1
/
transfers

Headers

X-BUSINESS-API-KEY
string
required

Body

multipart/form-data
beneficiary_id
string

It's required if the beneficiary object is not present

beneficiary
object

It's required if the beneficiary beneficiary_id is not present.

The beneficiary attributes are dependant on the payout corridor and can be check via Get Schema.

source_currency
string
required

The supported currency. Example: sgd

source_amount
number
required

You can only specify one of source_amount or payment_amount

payment_amount
number
required

You can only specify one of source_amount or payment_amount

remark
string | null

Max: 120 chars

attached_file
string | null

Only .jpg, .png, .gif and .pdf extensions are allowed. Maximum file size is 5MB.

Response

201 - application/json
id
string
required
beneficiary
object
required
payment_currency
string
required
payment_amount
number
required
source_currency
string
required
source_amount
number
required
exchange_rate
string
required
fixed_fee
number
required
discount_fee
number
required
discount_fee_rate
number
required
fx_fee
number
required
fx_fee_rate
number
required
remark
string
required
status
string
required
source_type
any
required
attachment
string
required
created_at
string
required