This endpoint would allow you to add your card on Pandascrow

[GET] {{baseurl}}/sandbox/index/user/virtual/account

API Object

{
    "status": 200,
    "data": {
        "userID": 1,
        "businessID": 1,
        "currency": "NGN",
        "accountInformation": {
            "accountNumber": "7295195973",
            "accountName": "Paul Selwyn",
            "bankName": "wema",
            "bankCode": "035"
        },
        "bankIconURL": "https://api.pandascrow.io/assets/img/banks/wema.png",
        "dateCreated": "Fri, 21 Oct 2022 14:37:00 -0400"
    }
}
curl -L -X GET '{{baseurl}}/sandbox/index/user/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!