Authentication errors
Missing API key:x-partner-id header:
Validation errors
The API rejects unknown fields and invalid types. Example request with an invalid pincode:Idempotency conflicts
If anx-idempotency-key is reused with a different checkout payload, the API returns a conflict.
Common HTTP statuses
| Status | Meaning |
|---|---|
400 | Invalid request, missing required integration header, or failed business rule |
401 | Missing or invalid authentication |
404 | Resource not found for the current customer or integration context |
409 | Conflict, usually an idempotency or state transition conflict |
413 | Uploaded file is too large |
429 | Request was rate limited |
500 | Internal server error |