Merchant Client Withdrawal
Place a merchant client withdrawal Request.
The endpoint places a withdrawal Request for a merchant on her generated Wallet address tied to an email address
Withdrawal Request
POST
BaseUrl/api/merchantClientWithdrawal
Request Body
Name | Type | Description |
---|---|---|
amount* | Numbers | 10 |
currency* | Enum | 3 |
destinationAddress* | String | Client Wallet_Address |
merchantClientEmailAddress* | String | Client Email Address |
networkChain* | Enum | 1 |
merchantReference* | String | X-your-Unique-Ref('uuid'-preferably) |
publicKey | String | your PublicKey |
Code Gist
Last updated