#jayvir_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/1306243677454209054
๐ 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.
- jayvir_api, 4 hours ago, 21 messages
- jayvir_api, 5 days ago, 10 messages
- jayvir_api, 6 days ago, 18 messages
lets consider my subcription payment failed because of some reason
payment fails then keep subcription as it is dot cancel automatic by stripe
manage failed retry ( 3 times)
retry after 3 days
retry after 6 days
retry after 9 days
example:
retry after 3 times:
lets consider 15 Dec payment failed
then retry on 18 Dec
then retry on 21 Dec
then retry on 24 Dec
๐ happy to help
https://dashboard.stripe.com/revenue-recovery/retries
@molten trellis need help i want to with stripe apis
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
my colleague has already answered your question earlier today
not able to understand properly
you can't change the retry configuration using the API
https://dashboard.stripe.com/revenue-recovery/retries
so i have do from stripe dashboard i cant do from api for custom retry ?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yes
ok @molten trellis any other way ?
like custom logic we can add on webhook or kind of cron ?
i want to make sure it doesnt get deducted twice
no unfortunately that's not possible
i want to make sure it doesnt get deducted twice
it won't if you're using our smart retries
you can actually use the invoice/pay functionality and this would be your API way to retry the payment but be aware that after a number with manual retries the invoice would be voided.
that's why we don't really recommend it
number with manual retries the invoice would be voided ?
what is number 5 times duration like 10 -15 days ?
number with manual retries the invoice would be voided ?
I don't understand this sentence, sorry.
what is number 5 times duration like 10 -15 days ?
I'm not sure what you're referring to here.
example:
retry after 3 times:
lets consider 15 Dec payment failed
then retry on 18 Dec
then retry on 21 Dec
then retry on 24 Dec
so i want retries with custom logic ?
I think so, hard to understand exactly what you're looking for. You can build your own logic/cron jobs etc to initiate manual retries if the built-in solutions don't cover your use case