#kanohian-subscription-invoice

1 messages · Page 1 of 1 (latest)

visual dragonBOT
muted wraith
#

no headache this time. I promess

#

😋

slate cedar
#

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

muted wraith
#

I see

#

and is there any way to fecth the invoice associated to the subscription creation

#

assuming there are other invoices as well

slate cedar
#

there isn't always one that's what I meant

#

and no there is no way to get to the exact first one other than using the List API I mentioned and looking at the first one

#

kanohian-subscription-invoice

muted wraith
#

is what I feared though

#

thanks a lot