KYC Flow
Last updated
Last updated
The /baas/create-customer
endpoint will send the user information to our persona module so we can also perform KYC in person.
Then we will execute the person verification, and through its webhook we will know if the user passed the KYC to update the kycStatus
field in our database.
Then in the baas/customer-complete-enrollment
endpoint you must check the kycStatus
field to know if the user passed the persona service verification.