--- title: ShopifyPaymentsBankAccount - GraphQL Admin description: A bank account that can receive payouts. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/shopifypaymentsbankaccount md: https://shopify.dev/docs/api/admin-graphql/latest/objects/shopifypaymentsbankaccount.md --- # Shopify​Payments​Bank​Account object Requires `read_shopify_payments_bank_accounts` access scope. A bank account that can receive payouts. ## Fields * account​Number​Last​Digits [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The last digits of the account number (the rest is redacted). * bank​Name [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The name of the bank. * country [Country​Code!](https://shopify.dev/docs/api/admin-graphql/latest/enums/CountryCode) non-null The country of the bank. * created​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime) non-null The date that the bank account was created. * currency [Currency​Code!](https://shopify.dev/docs/api/admin-graphql/latest/enums/CurrencyCode) non-null The currency of the bank account. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null A globally-unique ID. * payouts [Shopify​Payments​Payout​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/ShopifyPaymentsPayoutConnection) non-null All current and previous payouts made between the account and the bank account. * status [Shopify​Payments​Bank​Account​Status!](https://shopify.dev/docs/api/admin-graphql/latest/enums/ShopifyPaymentsBankAccountStatus) non-null The status of the bank account. *** ## Map ### Fields and connections with this object * {}[ShopifyPaymentsAccount.bankAccounts](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsAccount#field-ShopifyPaymentsAccount.fields.bankAccounts) * <->[ShopifyPaymentsBankAccountConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/ShopifyPaymentsBankAccountConnection#returns-nodes) * {}[ShopifyPaymentsBankAccountEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsBankAccountEdge#field-ShopifyPaymentsBankAccountEdge.fields.node) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-ShopifyPaymentsBankAccount Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)