Integration of the Briqpay Signup is easily achieved by a few steps
- Create a signup session by defining the country and locale for the customer towards
POST /signup/v1/session - Render the snippet that is returned to you
- Once Briqpay notifies your of a signupattempt, read the data by
GET /signup/v1/session - Approve the request by sending
POST /signup/v1/hooks/validated to briqpay and create an account in your preffered CRM system
The flow is explained in more detail in the flowchart below: