#usa-payments list
1 messages · Page 1 of 1 (latest)
@indigo kiln https://stripe.com/docs/api/payment_intents/list will let you list all PaymentIntents and then you can use the "expand" feature (https://stripe.com/docs/expand) to expand the customer for example
usa-payments list
I checked the available expand options . First of all it says to use "data.customer". When I use this option I get more info under the customer but no key with payments. Ideally if I could get an array with the last payments made by a customer, it would be great.
I don't understand what "no key with payments" could mean. But you list All payments and you can see whether each one is for a specific Customer.