#spencerjoel-expand
1 messages · Page 1 of 1 (latest)
Hi! Yes this is possible by using expand: https://stripe.com/docs/expand
So add something like this to your call: expand: [ "data.customer"]
ah great! thank you
Sorry, another question... Is it possible to filter payment_intents by their status?
You can see the list of parameters here: https://stripe.com/docs/api/payment_intents/list
Unfortunately that's not possible, so that's something that you'll have to filter on your end