Get Transaction Limits
You will be able to retrieve the remaining transaction limits of a particular user based on your spec sheet and transactions they have already created.
GET /users/{{user_id}}/transaction-limit?destination={{countryCode}}
GET /users/{{user_id}}/transaction-limit?destination={{countryCode}}
Field
Required
Type
Description
country
Response
String
2-letter ISO code of the user’s country.
current_tier
Response
Numeric
Current tier of the user
remaining_limit
Response
Object
Remaining transaction limits of the user in the current tier
remaining_limit.annual_limit
Response
Numeric
Remaining annual transaction limit of the user in the current tier
remaining_limit.monthly_limit
Response
Numeric
Remaining monthly transaction limit of the user in the current tier
remaining_limit.daily_limit
Response
Numeric
Remaining daily transaction limit of the user in the current tier
user_id
Response
UUID
UUID of the user
Last updated