Get https://app.moneygraph.ai/api/v1/virtual/accounts/{customer}/bank_details/{virtual_account}
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
customer* string
Customer ID. The ID or MCP Key of the onboarded customer.
virtual_account* string
Virtual account ID
{
"message": "Data retrieved successfully",
"status": "success",
"data": {
"id": "a7b000988a-9410-40ad-9a71-3629f7765447d",
"account_status": "active",
"account_number": "33321116665555",
"account_type": "CHECKING",
"bank_name": "Olky Payment Service Provider S.A.",
"currency": "GBP",
"mode": "live",
"created_at": "2025-07-20 2:28:28 AM"
}
}