This Section contains a detailed description of our Order API which is used for the checkout integration of your online-shop. For a description of the interaction between shopper, shop and SeQura during checkout see Order API Integration Steps.

To use the Order API you will need to give a username, password and endpoint to SequraClient, and you will need a merchant_ref to build the data structures in SequraOrderBuilder. This information will be provided by your technical contact at SeQura. Note that the information is different for integration testing and production.

Order API Payload and Examples

A detailed description of the structure of the payload that is used in all the calls in the checkout. Read more

Calling the Order API

A sample of how you can call the Order API. Read more