#DeliveryTiem
1 messages · Page 1 of 1 (latest)
Hi there,
You can refer to the subscription's latest_invoice
https://stripe.com/docs/api/subscriptions/object#subscription_object-latest_invoice
And then refer to the invoice's charge:
https://stripe.com/docs/api/invoices/object#invoice_object-charge
@icy void , genius thank you
did not know a subscription had an associated charge on it
thought it was subscription -> invoice, not subscription -> invoice -> charge
I'll test this but in theory looks feasible in our use case, thank you
Np! Happy to help 🙂