Get a cardholder

Get https://app.moneygraph.ai/api/v1/card/cardholder/{customer}

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

Response


{
    "message": "Card holder data",
    "status": "success",
    "data": {
        "firstName": "Jane",
        "lastName": "Johnson",
        "status": "Approved",
        "kycUrl": null
    }
}