Skip to main content
PATCH
Update User Wallet Settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

Body

application/json

Admin edit of the wallet settings that are not usage limits.

autoTopUpMaxValue distinguishes absent from explicit null: omitting it leaves the cap alone, passing null resets it to the platform default. The other two are tri-state for the same reason.

autoTopUpActive
boolean | null
monthlyInvoices
boolean | null
autoTopUpMaxValue
integer | null
Required range: 100000 <= x <= 9223372036854776000

Response

Successful Response

data
WalletSettingsResult · object | null

Response data

status
string | null

Response status