#hannamitri
1 messages · Page 1 of 1 (latest)
Sure, should be. You can use this endpoint: https://stripe.com/docs/api/invoices/list
Pass status parameter (you'll want open)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Or is there a portal that shows that for the user?
Then you can use the payment_intent field to render the Payment Element to pay
Oh so that shows all the invoices, right? paid and unpaid
Yup
Interesting, thanks for the help!