Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsBankAccountStatus
The bank account status.
Signature:
export declare enum ShopifyPaymentsBankAccountStatus
Member | Value | Description |
---|---|---|
Errored | "ERRORED" |
A payout to the bank account failed. |
New | "NEW" |
A bank account that hasn’t had any activity and that’s not validated. |
Validated | "VALIDATED" |
It was determined that the bank account exists. |
Verified | "VERIFIED" |
Bank account validation was successful. |