Previewing fiat withdrawal
POST
/api/public/v1/bank_withdrawal_transactions/build
This endpoint allows you to preview a fiat withdrawal details before submitting an actual Create Fiat Withdrawal request.
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Request Body
Name | Type | Required | Description |
---|---|---|---|
data.type | string | Yes | Can only be |
data.attributes.reference | string | Yes | The custom reference ID to tie the request to end-user or their account who gets paid. This can be anything you choose. |
data.attributes.amount | number | Yes | Withdrawal amount. |
data.attributes.account_id | string | Yes | Account ID on the Txn platform, e.g. your Euro account, which Txn will debit funds from. |
data.attributes.bank_account_id | string | Yes | Beneficiary (bank account) ID. Refer to Listing Beneficiaries. |
absorbFees | boolean | No | If false or omitted, the service fee is deducted from the transaction amount. If true, the service fee is deducted from your account balance. |
Response Body
Last updated