Wallets
Get wallet settings
Retrieve the wallet settings.
GET
/
v1
/
wallets
/
settings
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
enabled
boolean
requiredIndicates 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.
allow_free_credits
boolean
requiredAllow top up for free amounts on wallets.
allow_topup_on_portal
boolean
requiredAllow wallet top up on customer's portal.
updated_at
string
requiredLast edition date of the wallet settings.
Was this page helpful?