Consumer identity webhook events
Consumer identity webhook events inform you of activity on the consumersConsumers Individual persons who can be onboarded as identities on Weavr. Consumer identities represent individual customers and require Know Your Customer (KYC) verification. For consumers, the card owner and card assignee are typically the same person. you have onboarded.
To receive these events, you need to set up a webhook receiver in your app. See the webhooks guide for the full setup.
KYC state updates
We submit KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. details to a third party service provider using the KYC UI component. The third party performs the KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. verification process asynchronously from the details submission process. This webhook event provides you with the latest details on the verification of the consumer identity.
For more information on the KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. process, see submit due diligence information to verify the consumer.
The information is sent to you using the <<WEBHOOK_URL>>/consumers/kyc/watch webhook URL.
The <<WEBHOOK_URL>> is the URL configured in your application settings.
The webhook includes the following information:
- The
consumerId, which is the unique identifier of the consumer identity. - The
statusof the KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. verification. Unless the status isAPPROVED, the consumer is considered unverified. - The
details–provided only if KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. was not approved. In most cases, you can use this information to fix issues with provided documents and/or details.