#ThunderBuddy-charges and subscriptions
1 messages · Page 1 of 1 (latest)
👋 happy to help
honestly there isn't an easy way of doing that
I would get the customer id from that charge and list the subscriptions for that customer and try to figure out which subscription is the one in question
sorry, I missed something
there's an invoice object on the Charge Object https://stripe.com/docs/api/charges/object#charge_object-invoice
which has the subscription id
Great thank you!