#evan - confirmation
1 messages · Page 1 of 1 (latest)
What do you mean by payment confirmation number? What do you need to validate exactly?
Ah, I’m seeing it now on the PaymentIntent object. Sorry for the wording. I just need a way to check if the invoice has been paid
You can see directly on the invoice: https://stripe.com/docs/api/invoices/object#invoice_object-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.