#kanohian-subscription-invoice
1 messages · Page 1 of 1 (latest)
I'm not sure I understand what the wording of that question could mean unfortunately
If you use https://stripe.com/docs/api/invoices/list and pass subscription: 'sub_123' then you will get all Invoices associated with that Subscription. It's fair to assume the last Invoice in that list (the oldest) would be the one associated with the Subscription creation. But it's not guaranteed
I see
and is there any way to fecth the invoice associated to the subscription creation
assuming there are other invoices as well