Get all virtual card transactions

Get https://app.moneygraph.ai/api/v1/customer/virtual_card/transactions/{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 of the onboarded customer

card* string

Card ID. The ID of the virtual card

Response


{
    "data": [
        {
            "id": "84d18637-3455-4141-92d1-484c25c050a3",
            "amount": "900.00",
            "human_readable_amount": 9,
            "charge": "950.00",
            "human_readable_charge": 9.5,
            "status": "success",
            "decline_reason": null,
            "mode": "live",
            "type": "debit",
            "description": "Wallet Debit To Virtual Card",
            "external_id": null,
            "created_at": "2025-08-08T01:26:55.000000Z"
        }
    ],
    "links": {
        "first": "https://app.moneygraph.ai/api/v1/card/transactions/0928754/9f948ebc-af9c-44c0-8f98-3545386413a7?page=1",
        "last": "https://app.moneygraph.ai/api/v1/card/transactions/0928754/9f948ebc-af9c-44c0-8f98-3545386413a7?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/transactions/0928754/9f948ebc-af9c-44c0-8f98-3545386413a7?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://app.moneygraph.ai/api/v1/card/transactions/0928754/9f948ebc-af9c-44c0-8f98-3545386413a7",
        "per_page": 20,
        "to": 3,
        "total": 3
    }
}