Reference
/- Check transaction limits
Check if employee has permission on wallet
Check transaction limits
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Check transaction limits
Security
oauth2ClientCredentials(Required scopes: wallet-policies:write)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/wallet-policies/check-limits
- Productionhttps://api.boyahq.com/v2/wallet-policies/check-limits
- Sandboxhttps://sandbox.api.boyahq.com/v2/wallet-policies/check-limits
curl -i -X POST \
https://developer.boyahq.com/_mock/v2/openapi/wallet-policies/check-limits \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'business_id: string' \
-d '{
"employee_id": "string",
"wallet_id": "string",
"amount": 75000
}'Response
{ "allowed": true, "reason": "string", "requires_approval": true }