#JonnyJ
1 messages · Page 1 of 1 (latest)
Hello! If the Checkout Session was in subscription mode and has Checkout has completed you should see the Subscription ID in the subscription property on the Checkout Session: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-subscription
It looks like the Checkout Session you mentioned above was never completed though, looks like it expired.
hmm...ok...ill run another test process and see if anything changes
but just looking at the returning json, I can see that it was set to subscription mode:
"mode": "subscription", "object": "checkout.session", "payment_intent": null, "payment_link": null, "payment_method_collection": "always", "payment_method_options": null,
Right, but the Subscription won't exist until someone actually goes through Checkout and pays.
That never happened for the Checkout Session above.
ohhh weird. This is way more pebkacy than I thought