Authentication
Last updated
Last updated
If you want to call the api (CreateOrder) on your website or apps, authentication
API Server Side Authentication
Keep the API key private!
Server-side calls to this API must be done from a secured and trusted environment (e.g. via your backend server, not directly from frontend web).
Get Token from backend portal.
In every POST method set Content-Type: application/json header.
Required fields are marked as required or (*).
createOrder 500 requests per hour per userid
The limit is for createOrder (POST API) for the merchant.
If you reach the limit, you should wait for the timer resets in an hour.
10,000 requests per hour per IP address
This applies to all APIs no matter it requires authentication or not.
It contains the GetOrder, CreateOrder, Checkout API.
If you want to increase the limits, please create a ticket in Help center, or chat with us in the customer service window.