Overview
A user cash balance account is a spending account that allows users to manage and track their available funds within the Fluz platform. Each cash balance account is identified by a unique nickname and maintains separate balances for total, available, and lifetime deposits. Users can create multiple cash balance accounts (e.g., “Team Travel”, “Operations Wallet”, “Marketing Budget”) to organize their spending across different purposes. Cash balance accounts are required for making deposits, purchasing gift cards, and funding virtual card transactions on the Fluz platform.Create User Cash Balance Account
Sample request
You can create a new user cash balance account with thecreateUserCashBalance mutation. This mutation allows you to set up a new spending account with a custom nickname to help organize your funds. The query takes a CreateUserCashBalanceInput input object.
CreateUserCashBalanceInput input type. Any field marked with an exclamation mark (!) in the schema is mandatory and must be included in the request.
CreateUserCashBalanceInput
Sample response
The response from thecreateUserCashBalance mutation will include the newly created cash balance account details, including its unique identifier and initial balance information.
Response Fields
❗️ Authorization required
This mutation requires the MANAGE_PAYMENT scope. Ensure your access token has been granted this scope before attempting to create a cash balance account.