ShopifyPaymentsBankAccount - admin-graphql - OBJECT
Version: 2024-04
Description:
A bank account that can receive payouts.
Access Scopes
`read_shopify_payments_bank_accounts` access scope.
Fields
-
accountNumber:
String! -
The account number of the bank account.
-
accountNumberLastDigits:
String! -
The last digits of the account number (the rest is redacted).
-
bankName:
String -
The name of the bank.
-
country:
CountryCode! -
The country of the bank.
-
createdAt:
DateTime! -
The date that the bank account was created.
-
currency:
CurrencyCode! -
The currency of the bank account.
-
id:
ID! -
A globally-unique ID.
-
routingNumber:
String! -
The routing number of the bank account.
-
status:
ShopifyPaymentsBankAccountStatus! -
The status of the bank account.
Connections
-
payouts:
ShopifyPaymentsPayoutConnection!
Related queries
Related mutations
Related Unions
Examples