Endpoint
PROOF_UPLOADED and an aml.proof.submitted webhook fires.
This endpoint only accepts submissions when the record status is
PENDING or PROOF_UPLOADED. Submitting proof for a record that’s already APPROVED or REJECTED returns a 400 error.Request body
| Field | Type | Required | Description |
|---|---|---|---|
proofUrl | String (URL) | Yes | URL of the uploaded proof document. |
notes | String | No | Any context you want to provide to the review team. |
Response
Returns the updated AML record withstatus: "PROOF_UPLOADED".
Webhook
Anaml.proof.submitted webhook event fires after a successful submission — see Webhooks.