Get Card Details

The endpoint gets a specified card details

GET https://vcard.fuspay.finance/api/v1/User/GetCardDetails?card_id=

Request Header

Name
Value
Description

Authorization

Bearer Token

Bearer token ${partner_secret_key}

x-partner-id

xxxxxx

Your partner ID eg. p602xxx

Query parameter

Key
Value
Description

card_id

c00001

Response body

{
    "success": true,
    "message": "Card details",
    "data": {
        "card_name": "Zechariah Adebayo",
        "card_no": "4519460066000000",
        "card_expiry": "2028-01-27T00:00:00",
        "cvv": "940",
        "card_brand": "visa",
        "last_four": "6750",
        "street": "3401 N. Miami, Ave. Ste 230",
        "billing_address": "3401 N. Miami, Ave. Ste 230",
        "city": "Miami",
        "state": "Florida",
        "country": "United States",
        "zip_code": "33127",
        "country_code": "US",
        "merchant_id": "1737458000000_intra_merchant_900000",
        "user_id": "66bded7c0aed0789f23729f0129",
        "user_email": "[email protected]",
        "card_id": "ad91437e-e159-49de-8950-88d9a610000d",
        "tag": "personalBusiness",
        "status": "success",
        "meta_data": {
            "date_created": "2025-01-27T14:13:42.605Z"
        },
        "wallet": {
            "usdt": {
                "balance": 3,
                "address": "0x497516C317F34baf6ea57b04222b148CB5b3469b",
                "chain": "usdt-pol"
            }
        }
    }
}

Last updated