Post https://app.moneygraph.ai/api/v1/card/create-cardholder/{customer}
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.
{
"message": "Card holder created",
"status": "success",
"data": {
"firstName": "Jane",
"lastName": "Johnson",
"status": "Approved",
"kycUrl": null
}
}