This endpoint would allow you to add your card on Pandascrow

[POST] {{baseurl}}/sandbox/index/create/virtual/account

Pandascrow Wallet – Create Virtual Account

Below is a list of parameters required to create a virtual account.

ParamRequired?Descriptiontype
currencyYesEnter the currency for this account (e.g NGN)String
channelYesProvide channel [e.g wema, vfd, or providus]String
accTypeYesProvide account type, (individual or corporate)String

API Object

{
    "status": 200,
    "data": {
        "message": "virtual account was successfully created",
        "_id": "6352ca1ab8a1866f38627793",
        "reference": "8dc0d37b-e7eb-4287-a4ab-31df2736be33"
    }
}
curl -L -X POST '{{baseurl}}/sandbox/index/create/virtual/account' \
-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!