#fdc8cd4cff2c19e0d1022e78481ddf36
1 messages ยท Page 1 of 1 (latest)
You can use this endpoint: https://stripe.com/docs/api/invoices/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can use it to filter invoices by subscription id and status
Whats the status of unpaid invoice? "open" as per https://stripe.com/docs/invoicing/overview#workflow-overview?
Yep
Alright, how can I get the payment link for it?
It's on the invoice object as this: 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.
I am blind ๐ Thanks a lot