Sitoo Gift Card SPI

Sitoo Gift Card SPI is used to integrate an external Gift Card provider into Sitoo. The endpoints will be called in reponse to calls to the Sitoo Gift Cards API if setup correctly. In such a setup, the Sitoo system will simply act as a proxy for the call, allowing for a common interface for a client that wants to integrate.

SPI (Service Provider Interface)

The SPI is the definition of the API required to use the service in Sitoo. Therefore, the external service needs to fully implement the API definition.

Response Times

It is important to have very low response times, in general response times should never exceed 1 second.

Sitoo Implementation

The Sitoo API is in itself implementing the Gift Card SPI. Therefore the definition of the Gift Cards endpoints in Sitoo API is identical to the Gift Card SPI.