Wallets
Get wallet settings
Retrieve the global settings of the wallets.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
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.
Example:
true
Allow top up for free amounts on wallets.
Example:
true
Allow wallet top up on customer's portal.
Example:
false
Product IDs on which wallet will apply. If empty, the wallet will apply to all invoice line items.
Example:
[]
Last edition date of the wallet settings.
Example:
"2024-12-20T16:04:11Z"
Was this page helpful?