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.

ParamRequired?Descriptiontype
amountYesProvide the amount for withdrawal, must be greater than 1,000Integer

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'
Language
Click Try It! to start a request and see the response here!