Upload Document

Post https://app.moneygraph.ai/api/v1/customer/upload_document/{customer}/{type}

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 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.

Body parameters

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

Response


{
    "message": "File uploaded",
    "status": "success",
    "data": null
}