Under our license, we have a monthly limit of €10,000 (10k), below which we do not require any documents from the end client (identified by the customer_external_id field from our API). Once a client exceeds this limit, all their deposits are put on hold until we receive documents verifying the source of their funds.
Transaction Process
When creating a channel, as well as when generating invoices and payouts, we ask merchants to provide the customer_external_id - a unique user ID in their system. This is used to calculate the monthly turnover, considering both incoming and outgoing amounts for the client.
The initial turnover limit for each user is €10,000 (10k) per month, specifically accounting for the current calendar month.
Exceeding the Limit
Once a user surpasses the €10,000 (10k) threshold, the creation of invoices and payouts for that client results in an error with the code month_limit_exceeded and a 412 status. Subsequently, incoming payments through the channel are halted, switching to on_hold status, and a notification is issued (a webhook with type deposit_on_hold).
Compliance and Limit Increase
Upon receiving such a webhook, it is necessary to upload documents verifying the user's income, enabling us to increase their limit. This process is facilitated using the method described in the .
Our support team will review the uploaded documents and, if compliant, will increase the limit for the specified user. Additionally, they will process all deposits in on_hold status. Your system will then receive webhooks confirming that all deposits have been successfully credited.
Webhooks
In cases where a user makes a deposit and exceeds limits, we send webhooks with specific statuses as indicated below. You can add handlers to your system to enhance user experience.
The main difference is event and status fields.