The response will share details around the KYC status of a user.Documentation Index
Fetch the complete documentation index at: https://dev.moonpay.com/llms.txt
Use this file to discover all available pages before exploring further.
identity_check_updated
Identity Check Updated Event Examples
| Field | Type | Description |
|---|---|---|
createdAt | string | Time at which the object was created. Returned as an ISO 8601 string. |
customerId | string | The identifier of the customer the transaction is associated with. |
escalationReasons | string | null | Whether the user’s KYC was reviewed and the reason. One of null or kyc_review. |
externalCustomerId | string | null | An identifier associated with the customer, provided by you. |
id | string | Unique identifier for the user. |
level | number | Know Your Customer (KYC) level of the user. |
rejectLabels | string | null | The KYC failure reason. One of Poor Image Quality, Document Incomplete, Expired Document, ID Not Supported, Data Mismatch, Address Mismatch, or Other. |
rejectType | string | null | One of final, retry, level2Request, or level3Request. |
rejections | number | Number of KYC rejections. |
result | string | Whether the user passed or failed KYC. One of clear or rejected. |
resultDescription | string | null | The user’s KYC failure reason. |
status | string | The user’s KYC status. One of initiated, pending, or completed. |
updatedAt | string | Time at which the object was last updated. Returned as an ISO 8601 string. |