#cnguyen85
1 messages · Page 1 of 1 (latest)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you
and for each invoice, I need th charge / pi associated
How to do ?
And I need to retrieve the subscription too
there is a way to have the subscription with his PI
Each of those invoices returned has a PI: https://stripe.com/docs/api/invoices/object#invoice_object-payment_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Idk what you mean by this
ok
Mayve there an expand with the retrieve subscription
to have all of this in one request
No individual subscription payments don't exist on the subscription object
So I have to retrieve the subscription then, have all the invoice for the subscirption
and if I have a monthly billing, it means that I will have an invoice each month with one PI. Right ?
Yes