#thehackingtips
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
hey
actually you can find the subscription id from the Checkout Session object https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I only get the cs_.. id
you can retrieve the Checkout Session by id https://stripe.com/docs/api/checkout/sessions/retrieve and then find the subscription id
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ohhh I get the sub_id now. I only tried without paying it. Thank you ๐
let me know if you need any more help