Skip to main content

Overview

Each cash balance account has it’s own nickname so user could easily distinguish between them, if there are a few of them.

Edit User Cash Balance Account

Sample request

You can update a user cash balance account with the updateUserCashBalance mutation. This mutation allows you edit spend account’s nickname to help organize your funds. The query takes a UpdateUserCashBalanceInput input object.
This mutation requires the UpdateUserCashBalanceInput input type. Any field marked with an exclamation mark (!) in the schema is mandatory and must be included in the request.

UpdateUserCashBalanceInput

Sample response

The response from the updateUserCashBalance 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.