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. |