post http://api.pandascrow.io/sandbox/index/wallet/withdraw
This endpoint would allow you to withdraw payment from your wallet to your settlement account on Pandascrow.
[GET] {{baseurl}}/sandbox/index/wallet/withdraw
Pandascrow Wallet - Withdrawal
To withdraw, you'll need to pass the parameters as seen in the table below.
Param | Required? | Description | type |
---|---|---|---|
amount | Yes | Provide the amount for withdrawal, must be greater than 1,000 | Integer |
API Object
{
"status": 200,
"data": {
"message": "Your withdrawal was successful"
}
}
curl -L -X POST '{{baseurl}}/sandbox/index/wallet/withdraw' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY' \
-H 'Appid: appid'