API Keys
All merchant API calls require a Bearer API key in theAuthorization header.
Rate Limiting
The API enforces a limit of 60 requests per minute per API key. Every response includes the following rate limit headers:
When the limit is exceeded, the API returns HTTP
429 with error code RATE_LIMITED. Wait until X-RateLimit-Reset before retrying — do not retry immediately in a loop.