#Derek Lance
1 messages · Page 1 of 1 (latest)
Hi there
You would list PaymentIntents by Customer: https://stripe.com/docs/api/payment_intents/list#list_payment_intents-customer in this case
If the invoice property is null then you know it is a PaymentIntent not related to a Subscription
We have a specific product that the user is purchasing, is there some way to check against the product Id in the payment intent object?