#mxd
1 messages ยท Page 1 of 1 (latest)
Hello ๐
You'd want to look at the subscription's items list and their price object
https://stripe.com/docs/api/subscriptions/object#subscription_object-items
Then you'd likely want to expand the product information
https://stripe.com/docs/api/prices/object#price_object-product
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
im curl illiterate, im using the built-in webhook: https://dashboard.stripe.com/test/webhooks/create
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
is it one of these?
ah you can switch the language to your liking by clicking on those options in the examples
oh so, the subscription object
yup
um, so that works together with this:
It should work with webhooks yes
We have docs on subscription <> Webhooks
https://stripe.com/docs/billing/subscriptions/webhooks
Awesome! ๐ Glad I could help