This endpoint would allow you to add your card on Pandascrow

[GET] {{baseurl}}/sandbox/index/user/card/fetch

API Object

{
    "status": 200,
    "data": {
        "cards": [
            {
                "cardID": 1,
                "userID": 1,
                "businessID": 1,
                "card_name": "Precious Tom",
                "card_number": "4084127883172787",
                "expiry_year": "22",
                "expiry_month": "9",
                "cvv": "123",
                "is_virtual": 1,
                "is_main": 1,
                "is_deleted": 0,
                "dateAdded": "Wed, 28 Sep 2022 15:57:18 +0000"
            }
        ]
    }
}
curl -L -X GET '{{baseurl}}/sandbox/index/user/card/fetch' \
-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!