Spending Limit
Spending Limit
HandCash users have a global limit for how much they're willing to spend on apps.


If an attempt is made to spend more than their limit allows, the SDK will throw an error with this message:
{ "message": "Request exceeds users global connect spend limit." }
See errors for details
In this case, you may redirect the user to their limit settings using the following url:
https://app.handcash.io/#/settings/spendLimits?redirectUrl=<your-app>
Make use of the
redirectUrl
query parameter to have the user redirected back to your app following their limit change.
e.g. redirectUrl=https://my-app.com
Updated about 2 months ago
Did this page help you?