In this example, we will review how to set up an account limit and apply it to the particular account.
The current account id to which the account limit is going to be applied.
The account limit amount is 10000 EUR.
To create a new account limit, make the following API call.
POST
https://account-api.sandbox.tuumplatform.com/api/v2/accounts/limits
Below is an example request body of the API call for creating an account limit.
Below you find an example response body to the API call above.
A new account limit ID-1445
was created on the current account ID-1279
.
The account limit type that was created in the . The account scope, monthly, per-currency limit.
https://account-api.sandbox.tuumplatform.com/api/v2/accounts/limits
See more information about the endpoint in the Tuum developer portal.
See more about this endpoint in the Tuum developer portal.