#jayvir_api

1 messages ยท Page 1 of 1 (latest)

copper palmBOT
#

๐Ÿ‘‹ 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.

elder plover
#

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

molten trellis
#

๐Ÿ‘‹ happy to help

elder plover
molten trellis
#

my colleague has already answered your question earlier today

elder plover
#

not able to understand properly

molten trellis
#

you can't change the retry configuration using the API

elder plover
molten trellis
#

yes

elder plover
#

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

molten trellis
#

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

copper palmBOT
elder plover
#

number with manual retries the invoice would be voided ?
what is number 5 times duration like 10 -15 days ?

slim crescent
#

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.

elder plover
#

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 ?

slim crescent
#

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