Xtrempay Api Documentation
{ "tier": "PREMIUM" }
curl --location --request PATCH 'https://mock.apidog.com/m1/918700-0-default/v1/accounts//limits' \ --header 'Content-Type: application/json' \ --data-raw '{ "tier": "PREMIUM" }'
{ "timestamp": "1750831449933", "status": 200, "success": true, "message": "limit updated", "data": { "accountId": "3c0d57dd-c96f-426c-86df-a233e9b3df8d", "dailyTransactionLimit": 20000000, "maximumAccountBalance": null, "tier": "PREMIUM", "updatedAt": "2025-06-25T12:34:56Z" } }