Get a single virtual card

Get https://app.moneygraph.ai/api/v1/card/cards/{customer}/{card}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

customer* string

Customer ID. The ID or MCP Key of the onboarded customer.

card* string

Card ID

Response


{
    "message": "Card details",
    "status": "success",
    "data": {
        "id": "9f948ebc-af9c-44c0-8f98-3545386413a7",
        "amount": "0.00",
        "card_details": "thIPyHwrQqsY8x+BN0jL1U3+LdESmURZArKdIyNKoEFvUb6YEnI08D+6QFOPXbHtJisAkJx4KYH470nD/ZCo0vYYiznbjLH4zszhyJYbxkRzTG4HefFrP+FYuGNHqKY43Bpb3jmAOLlOJSFLFw6tzzcY2Oyp1rTOBHdiTRsB2mdXv/h9kh/owZLM/e98+kttjmDwUGw2N/NDxaLTTQFP42h/CO1ooh+FF7tju8rNwOy6yAqOvP+LnybX2/+mmwXyIbLoU1PwoTuq41kzozfloHECEGLsKkF9fAWOUkCkD37kjY9UGJOU3TMMQ5M3L+Mw761eBoeSLQAoy+/WgBvwaA==",
        "created": "2025-08-07T21:59:47.000000Z",
        "currency": "USD",
        "mode": "live",
        "status": "active",
        "billing_address":{
            "city": "San Francisco",
            "country": "USA",
            "addressLine1": "123 Main St",
            "addressLine2": "123 Main St",
            "postalCode": "94104",
            "state": "CA"
        }
    }
}