Skip to main content
Errors use the HTTP status code and a JSON body with the failure message.

Authentication errors

Requests without a Partner API key return 401. Invalid or inactive Partner API key:
Missing required x-partner-id header:

Validation errors

The API rejects unknown fields and invalid types. Example request with an invalid pincode:
Response:

Idempotency conflicts

If an x-idempotency-key is reused with a different checkout payload, the API returns a conflict.

Common HTTP statuses