#erre_ci
1 messages · Page 1 of 1 (latest)
Hello
Yes if you are going to rely on the PaymentIntent response then you would want to retrieve the PaymentIntent again and expand the invoice as well as the subscription
Are you familiar with expansion?
Hi, no i dont know what is expansion
Cool, take a look at the above doc
ok
Expanding responses allows you to see the response for multiple objects when you retrieve certain objects
Let me know if you have any questions after you read that doc
ah ok so in one call i can get multi info
Yep
great it works! i used stripe.PaymentIntent.list(customer=customer_id, expand=["data.invoice"]) and it works as expected . thank you so much!