Customer Enrollment
Endpoint: Post /baas/customer-enrollment
This is the first step on the onboarding.
Behind the scenes it will create the customer in Rize calling the create customer Rize endpoint, save the id on the database, and update the information of the customer in Rize with adjust customer data
endpoint.
If the customer already exists it will only update their information.
The first time calling this endpoint the user will have status of pendingCompleteEnrollment .
You can get it by calling {{baseUrl}}/baas/customers
endpoint.
After this step, the onboarding process can continue by doing the compliance workflow.
Last updated