ShopifyPaymentsBankAccount object

A bank account that can receive payouts.

Required access

read_shopify_payments_bank_accounts access scope.

On this page

Connections

  • payouts ([ShopifyPaymentsPayoutConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayout))
    All current and previous payouts made between the account and the bank account.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
transactionType
(
[ShopifyPaymentsPayoutTransactionType](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayouttransactiontype)

)
Filter the direction of the payout.
  • Fields

  • accountNumber ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The account number of the bank account.
    Required access
    read_shopify_payments_bank_accounts_sensitive access scope.
  • accountNumberLastDigits ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The last digits of the account number (the rest is redacted).
  • bankName ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The name of the bank.
  • country ([CountryCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode))
    The country of the bank.
  • createdAt ([DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
    The date that the bank account was created.
  • currency ([CurrencyCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode))
    The currency of the bank account.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • routingNumber ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The routing number of the bank account.
    Required access
    read_shopify_payments_bank_accounts_sensitive access scope.
  • status ([ShopifyPaymentsBankAccountStatus!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsbankaccountstatus))
    The status of the bank account.

Types that return ShopifyPaymentsBankAccount

  • [ShopifyPaymentsAccount.bankAccounts](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsaccount#bankaccounts-2021-01)
  • [ShopifyPaymentsPayout.bankAccount](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayout#bankaccount-2021-01)

Implements

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)

An auto-generated type for paginating through multiple ShopifyPaymentsBankAccounts.

On this page

Fields

  • edges ([[ShopifyPaymentsBankAccountEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsbankaccount))
    A list of edges.
  • pageInfo ([PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo))
    Information to aid in pagination.

An auto-generated type which holds one ShopifyPaymentsBankAccount and a cursor during pagination.

On this page

Fields

  • cursor ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    A cursor for use in pagination.
  • node ([ShopifyPaymentsBankAccount!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsbankaccount))
    The item at the end of ShopifyPaymentsBankAccountEdge.

Types that return ShopifyPaymentsBankAccountEdge

  • [ShopifyPaymentsBankAccountConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsbankaccount#edges-2021-01)