KYC Webhooks

The KYC webhooks provide notifications about the consumers KYC process.

Message Originations

Event NameDescription
Consumer.KYC.StartedConsumer started the KYC process.
Consumer.KYC.PendingConsumer information being processed.
Consumer.KYC.CompletedConusmer has completed adding their information.
Consumer.KYC.NeedsReviewConsumer information need to be manually verified.
Consumer.KYC.ApprovedConsumer KYC process approved.
Consumer.KYC.FailedConsumer failed KYC.

Sample Message Body

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}