> ## 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.

# addBankCard

> addBankCard adds a bank card to the user's wallet.

addBankCard adds a bank card to the user's wallet. Requires PCI\_COMPLIANCE from the developer and MANAGE\_PAYMENT scope. PERSONAL/Private applications are exempt from PCI\_COMPLIANCE requirement.

```graphql theme={null}
mutation {
  addBankCard(
    input: AddBankCardInput!
  ): BankCard
}
```

## Arguments

<ParamField body="input" type="AddBankCardInput!" 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.
