How do I integrate Qover API into my ecommerce checkout?

Hello!

I would like to know how to implement the Qover API into my checkout.

Qover is an insurance for bike.

For example, You add a bike to your cart.

, if the customer’s country is eligible I get the price, then he chooses to add the insurance to his cart.

he fills his infos and pays. After that, I send customers data to Qover to create the contract. It comes the activation of the contract, etcetera.

I have already done that on a from scratch e-commerce website but never with Shopify, I’m new and this part is dark for me.

Before, there was a plug-in for Qover but it no longer exists since Shopify has changed their terms and conditions

If you have any ideas or have been in my case and found a solution, thank you very much.

:victory_hand:

Hello,

Most of our partners that have a Shopify website use Shopify webhooks to connect their store to another backend. From this backend they call our API to create insurance contracts.

So for example when a purchase is done, a notification is sent to the external backend (via Shopify webhooks), and this backend will call Qover API to create a contract if the order contains the insurance.

Don’t hesitate to contact me at harry@qover.com if you want more information.