ShopifyPaymentsAccountBankAccounts
Lists bank accounts configured for the Shopify Payments account.
View-Specific Information
Select
The cmdlet processes all filters client-side within the cmdlet. 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 for the Shopify Payments bank account. | |
| ShopifyPaymentsAccountId | String | A globally unique Id for the associated Shopify Payments account. | |
| BankName | String | The name of the bank where the account is held. | |
| Country | String | The country of the bank. | |
| Currency | String | The currency of the bank account. | |
| Status | String | The current status of the bank account. | |
| AccountNumberLastDigits | String | The last visible digits of the bank account number, with the rest redacted. | |
| CreatedAt | Datetime | The date and time when the bank account was created. |