SeQura Eyewear
This guide will identify the steps to let a Optiqa Merchant integrate our services using an API.
The Optiqa ecosystem includes a PoS software, as a web application, to manage the subscription process. But it can be partially or fully replicated using the API.
We suggest to do an Hybrid integration approach:
- Firstly, integrate the endpoints to be able to create new subscriptions. This is the most costly operation for the merchants, since they have to duplicate the shopper's data and the cart information.
- Later, we can add more endpoints to manage updates, cancelations, disbursement and reporting information.
Hybrid integration: Create a new subscription
The basic integration consists of:
- A POST message including personal data, cart items and discounts. This will create a record in Instore, and later can be accessed through the SalesApp application:
- Requesting Instore to send the SMS to the Shopper
- Webhook to confirm the status of the process.
- (optional) endpoint to activate the subscription
Full integration
We can add more endpoints to manage all the other use case:
- Subscription price simulator
- To get the current status and data of an active subscription
- A preapproval check, to assess the shopper is going to be accepted in the risk scoring
- The updates endpoint, to add or echange items in an active subscription
- The cancellation endpoint, for exceptional cases
Authentication
The API uses basic auth method to authenticate the request, any request of any method must use basic authentication. Ask Sequra staff for you Api Account credentials. You will receive an username and a password-reset link.
Updated about 3 hours ago