post https://api-sandbox.straitsx.com/v1/sandbox/customer_profile//bank_transfer_simulations
[Available in Sandbox environment only] Send test funds to your business account via bank transfer
Log in to see full request history
Response
[Available in Sandbox environment only] Send test funds to your business account via bank transfer
xxxxxxxxxx
curl --request POST \
--url https://api-sandbox.straitsx.com/v1/sandbox/customer_profile/customer_profile_08d5ffe5-8a02-4dc2-aabb-9057b8ab3c65/bank_transfer_simulations \
--header 'X-XFERS-APP-API-KEY: {YOUR_API_KEY}' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"currency":"SGD"}'
xxxxxxxxxx
20{
"id": "contract_fac6965b3bf747188dc8931ac31b1df8",
"type": "Direct bank transfer",
"idempotency_id": "f80ce624-f8a4-4c43-88c7-442ebd9d2a22",
"customer_profile_id": "customer_profile_ea25ab3c-b7b7-49ba-ac66-aec1b9a0374b",
"amount": "100.0",
"fees": "0.45",
"status": "pending",
"bank_account_no": "3119477401622",
"merchant_ref": "Sang_test",
"blocked_reasons": [],
"currency": "xsgd",
"end_to_end_ref": null,
"transaction_remarks": null,
"sender_bank": "DBS Bank Ltd",
"sender_bank_account_no": "123456789",
"sender_bank_account_holder_name": "John Doe",
"sender_bank_swift_bic": "DBSSSGSGXXX",
"created_at": "2024-06-12T01:39:18.626Z"
}