Get https://app.moneygraph.ai/api/v1/customer/users/{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": "Director details",
"status": "success",
"data": {
"id": "0561572",
"mode": "test",
"first_name": "Scott",
"last_name": "Mccal",
"email": "[email protected]",
"phone": "+17709255094",
"account_type": "business",
"birthday": "29-06-1999",
"gender": "male",
"id_type": "ID_CARD",
"id_number": "213652146416",
"source_of_funds": "Family Savings",
"kyc_status": "APPROVED",
"document": {
"document": "https://res.cloudinary.com/dbq4koj7h/image/upload/v1746905664/frbausr5pvkbqboeczdu.jpg",
"selfie": "https://res.cloudinary.com/dbq4koj7h/image/upload/v1746905749/te7ktcdiquahulhjbmtl.jpg"
},
"address": {
"country": "US",
"state": "DE",
"city": "City",
"street": "Address",
"postal_code": "90000"
},
"business_details": {
"business_name": "ABC LTD",
"website": null,
"staff_size": "1-5",
"registration_number": "9236586985",
"tax_number": "9236586985",
"registration_date": "29-06-1999",
"registration_location": "No.1 wetwtwtwetwtwt",
"registration_type": "Single Member LLC",
"mcc": "Bicycle Shops",
"complete_ownership": false,
"address": {
"country": "US",
"state": "DE",
"city": "SALD",
"street": "Hillton street",
"postal_code": "90000"
}
}
}
}