KYC Webhooks
The KYC webhooks provide notifications about the consumers KYC process.
KYC Webhooks
The KYC webhooks provide notifications about the consumers KYC process.
Event Name | Description |
---|---|
Consumer.KYC.Started | Consumer started the KYC process. |
Consumer.KYC.Pending | Consumer information being processed. |
Consumer.KYC.Completed | Conusmer has completed adding their information. |
Consumer.KYC.NeedsReview | Consumer information need to be manually verified. |
Consumer.KYC.Approved | Consumer KYC process approved. |
Consumer.KYC.Failed | Consumer failed KYC. |
1 { 2 "id": "ea04f0a8-b005-47cd-ba33-b02a00c0c426", 3 "created_at": "2023-06-23T07:41:50.45-04:00", 4 "event_name": "consumer.kyc.started", 5 "partner_id": "2f221c90-b82d-4e12-9bfd-ae8301097de3", 6 "resources": [ 7 "https://api-sandbox.upwardli.com/v2/consumers/4d67821a-c4a3-45a5-8b38-b02a00c0b562" 8 ], 9 "last_attempted_at": "2023-06-23T07:41:50.45-04:00" 10 }