How can I determine the operator minimum and maximum amount /values.

How can I determine the operator minimum and maximum amount /values. API endpoint for values per operator Sophia Rascon

When you pull an operator using the /operators endpoint, valid amounts for the operator or operators will be returned.

There are two categories or types of denominations to look out for, these are fixed and open range or simply range. This is returned as part of the response.

RANGE or OPEN RANGE

For range denominations, the minAmount, maxAmount, localMinAmount, and localMaxAmount parameters will return values that let you know the local minimum and maximum amount as well as the international minimum and maximum amount in your account base currency.


FIXED
For fixed denominations, the minAmount, maxAmount, localMinAmount, and localMaxAmount parameters will return values of "null", however, the fixedAmounts, localFixedAmounts, and suggestedAmountsMap parameters will contain an array of valid amounts.



Did this answer your question?