#wim_api

1 messages ยท Page 1 of 1 (latest)

willow ivyBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

main needle
white raptor
#

but the customers are able to cancel the subscription, so no new invoice will be triggered
is that the only way? if so, we would take it also

main needle
white raptor
#

will this automatically charge the customers payment method or does the customer have to take action, e.g. pay the invoice himself?

main needle
#

by default it's a collection_method:"send_invoice" Invoice but you could create it as collection_method:"charge_automatically" instead if that better suits the use case

white raptor
#

alright perfect

so with one api call on one subscription I can adjust the price (so that in february it will charge 58โ‚ฌ) and trigger the "manuel" invoice of 9โ‚ฌ to charge automatically now?

main needle
white raptor
#

thanks a lot, will test it out first! ๐Ÿ™‚

main needle
#

though if you do it that way it won't charge the 9euro immediately, it will add it as an item for the next invoice like I said in my first reply

#

so if you really want that 9euro now, you'd need to create and charge a manual invoice

white raptor
#

ohh okay, i see
is the manual invoice only possible through dashboard or also via api?

main needle
#

it's all possible in the API

white raptor
#

alright, thanks alot
i think your input will help me