#Daniel Wallace-refund-subscription
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Refunds usually have a charge or a PaymentIntent associated with it
Checking if there's a way to link it back to the subscription
The PaymentIntent you're refunding should have an invoice field that you can expand
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-invoice
and the invoice should have the subscription ID on it
https://stripe.com/docs/api/invoices/object#invoice_object-subscription
Let me know if that helps
That helps a lot!!!! That is what we are currently looking at now. I truly appreciate you!
NP! ๐ Happy to help