> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# updateBankCardNickname

> updateBankCardNickname updates the nickname of a bank card.

updateBankCardNickname updates the nickname of a bank card. Requires MANAGE\_PAYMENT scope.

```graphql theme={null}
mutation {
  updateBankCardNickname(
    input: UpdateBankCardNicknameInput!
  ): BankCard
}
```

## Arguments

<ParamField body="input" type="UpdateBankCardNicknameInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`BankCard`](/api-reference/types/bank-card) — BankCard is a record of a bank card added by a user.
