Wallets
Create Wallet
POST
Create a new wallet for a customer account. Wallets store prepaid credits that can be applied to invoices.
string
required
The account ID to create the wallet for.
string
required
Display name for the wallet.
string
required
ISO 4217 currency code (e.g., “USD”, “EUR”).
array
Optional array of product IDs. If specified, wallet credits can only be applied to these products.
string
Unique identifier for the wallet.
string
The account this wallet belongs to.
string
Display name of the wallet.
string
Currency code for the wallet balance.
string
Current balance as a decimal string.
boolean
Whether the wallet is active and can be used.
array
Product IDs the wallet is restricted to, if any.
string
ISO 8601 timestamp of creation.
string
ISO 8601 timestamp of last update.