TM Transaction Batch Upload – Changed
The Batch Upload API is now subject to per-tenant rate limits.
Affected endpoints
- POST
/api/transactions/batch/generate-upload-url— 20 requests per minute per tenant - GET
/api/transactions/batch/status/{batch_id}— 120 requests per minute per tenant - GET
/api/transactions/batch/validation-result/{batch_id}— 120 requests per minute per tenant
Details
Requests over the limit receive an HTTP 429 response with a Retry-After header.
See API Rate Limits for general details on how Fenergo applies rate limiting.