#hemal_docs

1 messages ¡ Page 1 of 1 (latest)

severe marlinBOT
#

👋 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/1361692883001933825

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

neon monolith
#

Remind you as the account owner, or as a customer?

#

There is an upcoming invoice webhook you can configure, and then do what you need to with that as a business

#

what happens with failed payments & recovery is up to you

balmy ore
#

in my case I am operating in the countries where stripe is fully functional also in the countries where stripe is not fully functional. in that countries auto charge of stripe will fail. so I've to give my customers a pay button at least 3-4 days before the expiration of plan. and If I create a subscription collection_method: 'charge_automatically' then the days_until_due will be null. is there any thing using which I can make it smooth?

neon monolith
#

so I've to give my customers a pay button at least 3-4 days before the expiration of plan.
I don't really understand what this means. How are you doing this?

balmy ore
#

I just want to implement a manual pay system, in those countries where auto charge of stripe will fail.

neon monolith
#

Ok, so in those case you can use collection_method=send_email

#

But even for the automatic payments, you should be able to send the customer to the hosted invoice page

balmy ore
#

Okay Thanks