These docs are for v1. Click to read the latest docs for v3.

Generate Token

Form Data
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

Developer key for authentication, will be given to the partner on production separately

string
Defaults to application/x-www-form-urlencoded

Content type of the request

Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json