Truztcube Docs

Get low balance threshold

Retrieve the low balance threshold and current status for the authenticated organisation.

GET/v1/wallet/low-balance-threshold
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/wallet/low-balance-threshold"
{  "success": true,  "statusCode": 200,  "message": "Request processed successfully",  "timestamp": "2025-10-20T16:30:00.000Z",  "path": "/v1/auth/register",  "data": {    "threshold": 100,    "isBelowThreshold": false,    "currentBalance": 150  }}