Enable Auto-Topup
POST /wallet/auto-topup/enable
POST /wallet/auto-topup/enableRequired Permission
create:UserAutoTopUpExample Request
curl --location 'https://<hostname>/wallet/auto-topup/enable' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"amount": 15,
"threshold": 10
}'Query Parameters
Parameter
Type
Required
Description
Response (HTTP 200)
Last updated