Clarification needed: Payment method behavior after subscription cancellation (May 4, 2026 change)

We received the following merchant email announcement from Shopify (dated April 2, 2026):

“Starting May 4, 2026, when a customer cancels their subscription and has no other
active subscriptions, their payment method will be invalidated.”

We have a technical question about exactly what “invalidated” means in API terms.

Based on our understanding of the current revoke behavior (e.g., after billing failures),
we believe there are two possible scenarios:

  1. The CustomerPaymentMethod record remains associated with the customer, but
    revokedAt and revokedReason are populated — meaning it’s revoked but still
    queryable via showRevoked: true.

  2. The CustomerPaymentMethod is completely removed from the customer and the
    subscription contract (customerPaymentMethod becomes null), making it impossible
    to use customerPaymentMethodSendUpdateEmail or similar mutations.

Could you clarify which behavior will apply after May 4?

This distinction is critical for us because:

  • If it’s pattern 1, we can still reference the payment method ID for update flows.
  • If it’s pattern 2, customers with only one payment method will have no valid ID
    to pass to update mutations, requiring a full re-checkout flow.

Additionally, we’d like to understand: if a merchant wants to implement a “win-back”
or reactivation campaign within 24 hours (as mentioned in the email), what is the
recommended API flow to restore the payment method and resume billing?

Any clarification or documentation pointer would be greatly appreciated.

Anyone from Shopify can answer this question?

There’s been no dev changelog for this?? Seems like a serious lapse in rollout standards and likely to break a lot of subs and flows for merchants

It just references the cancelled status. What about failed and expired? Are payment methods in those statuses safe?

Hey @Grzegorz_Pisarski and @Brian_Singer, thanks for bringing this up. I’m looking in to get clarity on this for you. I’ll follow up here when I know more.

Hey @KyleG-Shopify, any update on this? Thanks

I’m also curious about Payment Methods that exist and are not attached to any subscription

@KyleG-Shopify the May 4th date is getting very close. I wouldn’t normally bug you again but we’re getting a bit nervous for our merchants

@Brian_Singer I received an email a few hours ago saying they are not proceeding with this change.

Hey everyone, I can confirm that after carefully reviewing your feedback and concerns, we have decided not to proceed with the previously announced 24-hour payment method revocation. We will maintain the current process, with no payment method revocations following subscription cancellations.

If we revisit this policy, we’re committed to providing more timely updates in the future.