#DevOPS-Invoice
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-invoice
https://stripe.com/docs/api/invoices/list#list_invoices-subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes
You can find Invoice from PaymentIntent directly
For Subscription you would need to list Invoice filter by the Subscription Id
Actually, I'm storing paymentintent id and subscription id in Database and I want to retrieve full object for both paymentintent and subscription on separate action (not with webhook).
So you want to use Retrieve Payment Intent API and Retrieve Subscription API
yes
Do you have issue with calling them?