Prepaid
Overview
The Prepaid API contains the methods that allow an eVSB API user to consume the Prepaid services offered by CSQ Non Stop Shops.
The workflow to follow and the methods required, as well as the requested fields and the answers with his Explanation and format, are detailed below.
We have 2 different workflows depending on the type of product to be purchased, either static or dynamic products
General workflow
In order to call our purchase method. The flow to be followed is explained below followed by a graph explanatory.
sequenceDiagram
Client->>CSQ: Call to purchase
CSQ-)Client: Response purchase
Dynamic workflow
In order to call our purchase method. The flow to be followed is explained below followed by a graph explanatory.
Keep in mind that the data returned by these methods should not be cached since may change without notice.
sequenceDiagram
Client->>CSQ: Call to get products
CSQ-)Client: Response products with id
Client->>CSQ: Call to purchase with dynamicProductId
CSQ-)Client: Response purchase
Last modified: 2 months ago