---
title: SubscriptionChargeExpired - Partner API
description: An event that marks that a recurring app charge has expired.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/partner/latest/objects/subscriptionchargeexpired
  md: https://shopify.dev/docs/api/partner/latest/objects/subscriptionchargeexpired.md
---

# Subscription​Charge​Expired

object

An event that marks that a recurring app charge has expired.

## Fields

* app

  [App!](https://shopify.dev/docs/api/partner/latest/objects/App)

  non-null

  A Shopify [app](https://shopify.dev/concepts/apps).

* charge

  [App​Subscription!](https://shopify.dev/docs/api/partner/latest/objects/AppSubscription)

  non-null

  A recurring charge for use of an app, such as a monthly subscription charge.

* occurred​At

  [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime)

  non-null

  The date and time when the event took place.

* shop

  [Shop!](https://shopify.dev/docs/api/partner/latest/objects/Shop)

  non-null

  A Shopify shop.

* type

  [App​Event​Types!](https://shopify.dev/docs/api/partner/latest/enums/AppEventTypes)

  non-null

  The type of app event.

***

## Map

No referencing types

***

## Interfaces

* * [App​Event](https://shopify.dev/docs/api/partner/latest/interfaces/AppEvent)

    interface

  * [App​Subscription​Event](https://shopify.dev/docs/api/partner/latest/interfaces/AppSubscriptionEvent)

    interface

***

## SubscriptionChargeExpired Implements

### Implements

* [App​Event](https://shopify.dev/docs/api/partner/latest/interfaces/AppEvent)
* [App​Subscription​Event](https://shopify.dev/docs/api/partner/latest/interfaces/AppSubscriptionEvent)