The Get Merchant Limits endpoint returns the minimum amounts required for collect and withdrawal operations on a merchant account. Check these limits before initiating either operation to avoid rejected requests due to insufficient amounts.Documentation Index
Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /merchants/{merchantID}/limits
Authentication
Requires a Bearer token (Authorization: Bearer <token>). API key authentication is not accepted for this endpoint.
Path parameters
The UUID of the merchant whose limits you want to retrieve.
Response fields
The minimum amount required to initiate a collect operation, as a decimal string (e.g.,
"10.00").The minimum amount required to initiate a withdrawal, as a decimal string (e.g.,
"5.00").Example request
Example response
Limits are set at the platform level and may vary depending on your merchant’s configured payment methods. Contact support if you need your limits reviewed.
Error responses
| Status | Description |
|---|---|
401 | Missing or invalid Bearer token. |
403 | Valid credentials but insufficient permissions. |
404 | No merchant found with the given merchantID. |