AppPurchaseStatus enum

The status of the purchase.


Values

  • ACCEPTED
    The app purchase has been approved by the merchant and is ready to be activated by the app. App purchases created through the GraphQL Admin API are activated upon approval.
  • ACTIVE
    The app purchase has been activated by the app. Active app purchases are charged to the store and partners receive payouts for active app purchase.
  • DECLINED
    The app purchase was declined by the merchant.
  • EXPIRED
    The app purchase was not accepted within 2 days of being created.
  • PENDING
    The app purchase is pending approval by the merchant.


Types that return AppPurchaseStatus

  • [AppPurchaseOneTime.status](https://shopify.dev/docs/admin-api/graphql/reference/billing/apppurchaseonetime#status-2021-01)