Production subscription remains Active after failed payment and no funds deducted

Hello,

We are investigating an auto-renewable monthly subscription in the Production environment.

Timeline and observed behavior:

  • On June 29, 2026, the user initiated the first subscription purchase.
  • The Apple Account used WeChat Pay as its payment method. The WeChat charge failed because the balance was insufficient, and no funds were deducted from any available payment source.
  • Nevertheless, StoreKit returned a verified transaction, the subscription purchase succeeded in the app, and App Store Connect Sales Analytics reports proceeds for the purchase.
  • We grant entitlement based only on Apple's signed transaction and subscription status, so the user currently has access.

As of July 20, 2026, Get All Subscription Statuses from App Store Server API returns:

  • environment: Production
  • status: 1 (Active)
  • expiresDate: 2026-07-29T03:37:11Z
  • autoRenewStatus: 1
  • no gracePeriodExpiresDate
  • no revocationDate
  • no expirationIntent
  • no billing retry indication

Our App Store Server Notifications endpoint has received only:

  • SUBSCRIBED / INITIAL_BUY

We have not received DID_FAIL_TO_RENEW, EXPIRED, REFUND, or REVOKE.

Questions:

  1. Is it expected for Apple to issue a valid production initial-purchase transaction and report proceeds even when the underlying WeChat Pay charge failed and no money was deducted?
  2. Could this be an unpaid Apple Account balance or delayed settlement that is invisible to the developer?
  3. While the Server API returns status 1, should the developer continue granting entitlement until expiresDate?
  4. Is there another authoritative App Store Server API or signed field that indicates the payment has not actually been collected?
  5. If renewal or collection later fails, when should we expect DID_FAIL_TO_RENEW or a change to billing retry or expired status?

We have intentionally omitted transaction IDs and account identifiers from this public post. I can provide them privately to Apple Support if needed.

Thanks

Production subscription remains Active after failed payment and no funds deducted
 
 
Q