post https://sandbox.xfers.io/api/v4/disbursements
Creates a disbursement that will send funds from your account to an intended recipient.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Creates a disbursement that will send funds from your account to an intended recipient.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
24curl https://sandbox.xfers.io/api/v4/disbursements \
--header 'content-type: application/vnd.api+json' \
-u test_api_key:secret_key \
{
"data": {
"attributes": {
"amount": "1000",
"referenceId": "order_id_123456",
"description": "Your delivery payout.",
"disbursementMethod": {
"type": "bank_transfer",
"bankShortCode": "DBS",
"bankAccountNo": "0102030405",
"bankAccountHolderName": "Gracius"}
},
"relationships": {
"customerProfile": {
"data": {
"id": "customer_profile_10f2b8e9–1fa8–4332–8868–2e11fb3c7ccc"
}
}
}
}
}
Try It!
to start a request and see the response here! Or choose an example: