#JM wood delivery
1 messages · Page 1 of 1 (latest)
Hello, can you clarify your question? What are you trying to do with your unpaid invoices?
Collect
You can send your user to the invoice's hosted page at the URL we set in this property: https://stripe.com/docs/api/invoices/object#invoice_object-hosted_invoice_url
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 you can send the user the invoice via their email. https://stripe.com/docs/api/invoices/send
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 you can confirm the invoice's payment intent on your own custom webpage with Stripe elements