Generate Token

Body Params
string
required

Unique identity of the partner

string
required

Unique identity of partner server, should be unique for every request.Should not be kept simple integer numbers

string
required

Default product_code will be given to the partner, should be passed on with every request

string
required

Mobile number of the customer

string
required

Name of the customer

date
required
Defaults to yyyy-MM-dd HH:mm:ss

Expiry time of the token : format (yyyy-MM-dd HH:mm:ss)

json
required
Defaults to {"label":"Vegetables by wsb", "amount":{"currency":"INR", "value": "1000"}}

This should be a json input having label of the item getting purchased and the amount json object having currency and amount. Json format: {"label":"Vegetables by wsb", "amount":{"currency":"INR", "value": "1000"}}

display_items
array of strings
required

Array of json objects having the bifurcation of the total amount and the description of individual amount. Json format: [{ "label": "Vegetables", "amount": { "currency": "INR", "value": "10000" }, "image": "image url ", "quantity": "2" }]

display_items*
string

Email of the customer

Headers
string
required

Your static API key (See Guide)

string
required

Your dynamically generated security key, unique for every request (See Guide)

string

The current timestamp used to generate secret-key

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json