Get all virtual cards

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

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.

Response


{
    "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"
            }
        },
    ],
    "links": {
        "first": "https://app.moneygraph.ai/api/v1/card/cards/0928754?page=1",
        "last": "https://app.moneygraph.ai/api/v1/card/cards/0928754?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "« Previous",
                "active": false
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/card/cards/0928754?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://app.moneygraph.ai/api/v1/card/cards/0928754",
        "per_page": 20,
        "to": 5,
        "total": 5
    }
}