ShopifyPaymentsAccountBankAccounts
Lists all bank accounts configured for the Shopify Payments account.
View-Specific Information
Select
The connector processes all filters client-side within the connector. The following query is the only one processed server side:
SELECT * FROM ShopifyPaymentsAccountBankAccounts
Columns
Name | Type | References | Description |
Id [KEY] | String | A globally-unique ID. | |
ShopifyPaymentsAccountId | String | A globally-unique ID. | |
BankName | String | The name of the bank. | |
Country | String | The country of the bank. | |
Currency | String | The currency of the bank account. | |
Status | String | The status of the bank account. | |
AccountNumber | String | The account number of the bank account. | |
RoutingNumber | String | The routing number of the bank account. | |
AccountNumberLastDigits | String | The last digits of the account number (the rest is redacted). | |
CreatedAt | Datetime | The date that the bank account was created. |