evidence-request.askevidence_request_id, deadline, context, and required evidence types.completed.evidence-request.ask.{
"id": "ev_1234567890",
"event_key": "evidence-request.ask",
"event_type": "EvidenceRequest",
"timestamp": "2024-06-01T12:00:00.000Z",
"content": {
"evidence_request_id": "evr_01923801823",
"evidence_request_context": {
"counterparty_id": "cp_456"
},
"evidence_request_description": "Please provide the required documents and information.",
"evidence_requested": {
"documents": ["doc_funds"],
"information": ["information_counterparty_id"]
}
}
}evidence_request_context object identifies what triggered the evidence request and helps clients correlate it with their internal systems.| Field | Description |
|---|---|
counterparty_id | Counterparty associated with the request |
mm_id | Money Movement that triggered the request |
destination_id | Destination resource identifier |
destination_type | Type of destination identifier (e.g., RFC, NIT) |
destination_number | Destination identification number |
destination_fullname | Full name of the destination |
destination_account_number | Destination account number |
destination_providers_id | Provider-specific destination identifier |
| Document Type | Expected Evidence |
|---|---|
doc_funds | Proof of funds and justification for unusual money movements |
official_identification_copy | Government-issued ID (passport, driver’s license, etc.) |
identification_and_address_copy | Government-issued ID plus proof of address |
information_counterparty_id, the following structured payload must be submitted:{
"data": {
"full_name": "string",
"country_of_birth": "string",
"date_of_birth": "yyyy-mm-dd",
"address": {
"city": "string",
"country": "string",
"address_line_1": "string",
"number": "string",
"zip_code": "string"
},
"document": {
"id_nationality": "string",
"id_type": "string",
"id_number": "string"
},
"occupation": "string",
"phone_number": "string",
"email": "string",
"gender": "string"
}
}| Field | Description |
|---|---|
id | Unique identifier of the evidence request |
reference_id | External reference (case, transaction, process) |
expiration_date | Deadline to submit evidence |
status | initiated, pending_information, completed |
evidence_requested | Documents and information required |
evidence_documents | Uploaded documents |
evidence_information | Submitted structured information |
created_at | Creation timestamp |
updated_at | Last update timestamp |
evidence-request.ask event using the Notifications & Subscriptions API.evidence_request_id, context, and required evidence from the webhook payload.