Get https://app.moneygraph.ai/api/v1/card/fetch-balance/{customer}/{card}
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.
card* string
Card ID
{
"message": "Card Balance",
"status": "success",
"data": {
"amount": "10.00",
}
}