On appSubscriptionCreate, what is the lifespan of the confirmationUrl & related subscription?

On appSubscriptionCreate, what is the lifespan of the confirmationUrl & related subscription object

Link to documentation: appSubscriptionCreate - GraphQL Admin

We’re trying to figure how how these persist on the Shopify side and whether or not they expire.

Thanks,
Matt

1 Like

Hi @mbabineau,

I can confirm that the confirmationUrl and the created subscription does have a 2 day TTL and expires if the merchant does not approve the charge within 2 days.

The subscription object will remain, and you can check the status via the AppSubscription.status field, which will return EXPIRED if the merchant does not approve within 2 days.

Thanks Kellan - this is exactly what I was looking for!

1 Like