#lola_cleo - subscription payment intent
1 messages · Page 1 of 1 (latest)
Yes, if you retrieve the subscription, it will have a latest_invoice property which will have a payment intent
Though that could point to an open Invoice which would not have a payment intent/payment method assosciated with it. In that case you will likely want to list all invoices with a paid status for the subscription https://stripe.com/docs/api/invoices/list#list_invoices-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.