#pavlina_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1461665820257157234
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- pavlina_api, 21 hours ago, 27 messages
- pavlina_api, 1 day ago, 25 messages
This is related partially to my message from yesterday. My main question is can this - Are we able to manually send them the invoice link for the missed upgrade payment?
Thats the failed payment
https://dashboard.stripe.com/acct_1NlAZeAZplvGSnJj/test/payments/pi_3Sq95DAZplvGSnJj2t1ClsQo
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
๐ happy to help
yes you can always send the customer emails for failed payments either manually or automatically via your dashboard settings
can you point me from where I can manage those? What about pointing them for failed payment invoices
specifically this https://docs.stripe.com/invoicing/automatic-collection#failed-payment-notifications
in all cases you can send the customer the https://docs.stripe.com/api/invoices/object#invoice_object-hosted_invoice_url to pay the invoice
Can I do so from the Stripe UI?
Also I've noticed that from Stripe billing portal I can click on that failed payment which leads me to pay it - is this the correct stripe way to handle this scenario?
this is one way yes
Taking over from my colleague. Let me know if you've any follow-up questions
Hi! My remaning question is how to send users to pay for past due invoices
The portal lists a customer's invoice history and unpaid ones can be paid via that, yes (as per your screenshots). Otherwise you can build your own UI to do that, either via the hosted page or with your own checkout UI
I see, thank you, that was helpful! I thought from Stripe I can generate a link for that invoice to send to the user to pay
There is a URL for each invoice, yep: https://docs.stripe.com/api/invoices/object#invoice_object-hosted_invoice_url
That is this hosted page: https://docs.stripe.com/invoicing/hosted-invoice-page
That invoice page is actually my second screenshot
I can't see how to generate that URL from the stripe dashboard?
I've managed to access it only from the customers billing portal
You don't need to generate it, it should be set on the Invoice object for every finalized invoice
where exactly?
https://dashboard.stripe.com/acct_1NlAZeAZplvGSnJj/test/payments/pi_3Sq95DAZplvGSnJj2t1ClsQo
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Okay, nevermind, I'm blind! Found it and sorry!