Skip to main content
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. GET /merchants/{merchantID}/limits

Authentication

Requires a Bearer token (Authorization: Bearer <token>). API key authentication is not accepted for this endpoint.

Path parameters

string
required
The UUID of the merchant whose limits you want to retrieve.

Response fields

string
required
The minimum amount required to initiate a collect operation, as a decimal string (e.g., "10.00").
string
required
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