Webhook event notification request.
event_name
value: kyc-webhook
This request is sent to registered webhook event handlers after |
---|
A user updates their KYC information or their status changes during the KYC review process. |
The Request body described below is the message
property in the event notification request data. For more information about event notification requests, visit Webhooks.
Return a 2XX status to indicate that the data was received successfully
{- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "kyc_id": "kyc_2V2VpXKr8kW6ukYe03VG1QBlnxd",
- "kyc_requirements": "FULL_KYC",
- "match_checks": [
- {
- "kyc_match_check_id": "kycmc_2E5Osjju8K0KpDAXWknVJ7My1wL",
- "matched_account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "matched_kyc_id": "kyc_2V2VpXKr8kW6ukYe03VG1QBlnxd",
- "match_score": 0.99
}
], - "pii_level": "BASIC",
- "state": "ACCEPT"
}