PATCH
/
v1
/
wallets
/
settings

Authorizations

Authorization
string
header
required

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

Body

application/json
allow_free_credits
boolean

Allow top up for free amounts on wallets.

allow_topup_on_portal
boolean

Allow wallet top up on customer's portal.

enabled
boolean

Indicates if the wallet feature is enabled or not. If disabled, wallets won't be debited even if they are in active state and with money.

product_ids
string[]

Product IDs on which wallet will apply. If empty, the wallet will apply to all invoice line items.

Response

200 - application/json
allow_free_credits
boolean
required

Allow top up for free amounts on wallets.

allow_topup_on_portal
boolean
required

Allow wallet top up on customer's portal.

enabled
boolean
required

Indicates if the wallet feature is enabled or not. If disabled, wallets won't be debited even if they are in active state and with money.

product_ids
string[]
required

Product IDs on which wallet will apply. If empty, the wallet will apply to all invoice line items.

updated_at
string | null
required

Last edition date of the wallet settings.