Post https://app.moneygraph.ai/api/v1/customer/upload_document/{customer}/{type}
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.
type* string
Type can be doc_front, doc_back, proof_of_address, business_proof_of_address, business_proof_of_registration or selfie.
file* base64image
must be a base64image, max file size is 5mb. For control person doc_front, proof_address is required. For business account business_proof_address & business_proof_registration is required
{
"message": "File uploaded",
"status": "success",
"data": null
}