How to integrate the Briqpay Checkout
Integrating the BriqpayCheckout is very easy.
- Start by creating a briqpay session by
POST /checkout/v1/session
- In the response from Briqpay, you recieve a snippet, insert this on your website
- Once a purchase has been completed, briqpay will redirect the customer to your order-confirmation page.
- Briqpay will also post a notification to an endpoint you have defined. From here you can read the details session by
POST checkout/v1/readsession
The flow is explained in the below flowchart: