Customer Enrollment
Last updated
Was this helpful?
Last updated
Was this helpful?
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 Rize endpoint, save the id on the database, and update the information of the customer in Rize with 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.