Transfer
Create the transfer
Create the transfer
POST
/
v1
/
transfers
Headers
X-BUSINESS-API-KEY
string
requiredBody
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
requiredThe supported currency. Example: sgd
source_amount
number
requiredYou can only specify one of source_amount or payment_amount
payment_amount
number
requiredYou can only specify one of source_amount or payment_amount
remark
string | null
Max: 120 chars
attached_file
file | null
Only .jpg, .png, .gif and .pdf extensions are allowed. Maximum file size is 5MB.
Response
201 - application/json
id
string
requiredbeneficiary
object
requiredpayment_currency
string
requiredpayment_amount
number
requiredsource_currency
string
requiredsource_amount
number
requiredexchange_rate
string
requiredfixed_fee
number
requireddiscount_fee
number
requireddiscount_fee_rate
number
requiredfx_fee
number
requiredfx_fee_rate
number
requiredremark
string
requiredstatus
string
requiredsource_type
any
requiredattachment
string
requiredcreated_at
string
requiredWas this page helpful?