Prefill KYC Data
You can pre populate data for a consumer by calling the create consumer api and providing the following fields:
If you are pre-filling you will need to use the auth token with api:write | ui:client-onboarding
scope to
correctly send the details.

Edge Cases / Unhappy path:
- If a user does not complete KYC, then you will only receive the consumer.created webhook
- If a user fails KYC, then we will send a
consumer.kyc.failed
webhook.kyc_status
under the consumer get api will also be set to failed. We will not open a credit line for any users who do not pass KYC.