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

# getDefaultFundingSource

> getDefaultFundingSource returns the account's current primary (bank account) and backup (bank card) funding sources.

getDefaultFundingSource returns the account's current primary (bank account)
and backup (bank card) funding sources. Requires LIST\_PAYMENT scope.

```graphql theme={null}
query {
  getDefaultFundingSource: DefaultFundingSource
}
```

## Returns

[`DefaultFundingSource`](/api-reference/types/default-funding-source) — DefaultFundingSource represents an account's default funding source: the primary payment method (a bank account, charged first) and the backup payment method (a bank card, charged if the primary can't be charged).
