Update a wallet
Patches an existing wallet. Supports changing the name, currency, active flag, and the list of products the wallet can be used against.
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
2026-04-01 A unique string used to ensure the request is processed exactly once. If you retry a request with the same idempotency key within 24 hours, the original response is returned without re-executing the operation.
255"ik_a1b2c3d4e5f6"
Path Parameters
Unique identifier for the wallet
Body
Response
Success
Whether the wallet is active
true
Timestamp when the wallet was created
"2026-04-01T10:00:00Z"
Currency code
"USD"
Current balance of the wallet
Identifier of the customer that owns this wallet
"cust_01H2ABC"
Unique identifier for the wallet
"wlt_01H1VECT"
Name of the wallet
"Main Wallet"
Timestamp when the wallet was last updated
"2026-04-01T12:30:00Z"
Product IDs that can be purchased with this wallet