🔒Request crypto withdrawal
Last updated
Last updated
An endpoint for initiating cryptocurrency withdrawals. The amount can be selected either in fiat or crypto which is defined by the targetAmountPolicy
.
When FIAT is selected as policy the resulting amount of the withdrawal in crypto will be calculated according to the fiat amount passed in targetAmount field. When CRYPTO is selected as policy the resulting amount of the withdrawal will be exactly the same as the amount passed in targetAmount field (subject to a negligible difference due to market conditions i.e. market step size)
ID of the business from which the withdrawal should be executed.
Withdrawal identifier provided by the merchant.
Wallet address of the recipient.
XLM/XRP destination tag.
Specifies the network that should be used in this withdrawal.
For ERC20 Tokens you can choose between ETH, TRX and BSC as values for the network field. ETH stands for Ethereum network. This will be set as the default value when none is provided. TRX stands for TRON network. Before executing any withdrawals through this network, please make sure your address supports it. BSC stands for Binance Smart Chain. Before executing any withdrawals through this network, please make sure your address supports it.
Cryptocurrency that will be withdrawn.
Fiat currency.
Specifies if the targetAmount
will be requested in fiat or crypto.
The requested amount to be withdrawn in fiat or crypto, depending on the provided targetAmountPolicy
.
Specifies which balance account should be charged for the withdrawal.
Specifies who pays the blockchain fee for the withdrawal.
Withdrawal request created successfully.
Withdrawal identifier provided by the merchant.
Wallet address of the recipient.
XLM/XRP destination tag.
Network on which this withdrawal was initiated.
Initiator of the withdrawal request. When initiated from the Dashboard, the dashboard user's email is stored. When initiated from API, the backend URL is stored.
Fiat currency.
Amount in displayCurrency
requested for this withdrawal.
Amount debited for fees from the merchant's balance in displayCurrency
.
Cryptocurrency to be withdrawn.
Estimated amount for this withdrawal. Can be different than actualWithdrawAmount
.
Currency in which the merchant's account was debited. Can be either fiat or cryptocurrency.
Amount debited from the merchant's balance in settlementCurrency
.
Amount debited for fees from the merchant's balance in settlementCurrency
.
Always EUR.
Amount in uniformCurrency
requested for this withdrawal.
Amount debited for fees from the merchant's balance in uniformCurrency
.
UNIX seconds at which the withdrawal was requested.