Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsPayoutStatus
The transfer status of the payout.
Signature:
export declare enum ShopifyPaymentsPayoutStatus
Member | Value | Description |
---|---|---|
Canceled | "CANCELED" |
The payout has been canceled by Shopify. |
Failed | "FAILED" |
The payout has been declined by the bank. |
InTransit | "IN_TRANSIT" |
The payout has been submitted to the bank. |
Paid | "PAID" |
The payout has been successfully deposited into the bank. |
Scheduled | "SCHEDULED" |
The payout has been created and had transactions assigned to it, but it has not yet been submitted to the bank. |