Merchant Client Withdrawal
The POST
endpoints give you responses to merchant client withdrawal and merchant client withdrawal fees.
POST
https://localhost:5001/api/merchantClientWithdrawal
Headers
Authorization*
ApiKey {{SecretKey}}
Request Body
merchantClientEmailAddress*
kcm@gmail.com
destinationAddress*
0xc504c6F55c249a1E59298677C7E17a14F5d63989
amount*
6
currency*
BUSD
networkChain*
BSC
merchantReference*
MerchantRef40
publicKey*
YOUR_PUBLIC_KEY
merchantClientEmailAddress
string
Required
This is the email address of the merchant.
destinationAddress
string
Required
This is the address the funds is sent to.
amount
decimal
Required
This is the amount of funds to be withdrawn.
currency
enum
Required
This is the different supported crypto currencies.
merchantReference
string
Required
This is the merchant reference from the merchant.
Last updated