Fetch all virtual accounts

Get https://app.moneygraph.ai/api/v1/virtual/accounts/{customer}/bank_details

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


{
    "message": "Virtual accounts retrieved successfully",
    "status": "success",
    "data": [
        {
            "id": "bbfg44353-9410-40ad-9a71-554433354d",
            "account_status": "active",
            "account_number": "4433555222244",
            "account_type": "CHECKING",
            "bank_name": "Olky Payment Service Provider S.A.",
            "currency": "GBP",
            "mode": "live",
            "created_at": "2025-07-20 2:28:28 AM"
        }
    ]
}