#jean-emmanuel-bois_webhooks
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/1428407714895233157
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hey there, taking a look
Hello, ok thanks
I expect this is because the customer creation & subscription/invoice creation are happening all at once, and the async customer update via workflow happens after that it already settled
ie, the customer updates you make via workflow would not be reflected on the initial invoice generated via checkout/payment link, but would apply to any subsequent invoices
yes I see, and I though the same but wanted your confirmation. is there a way to work this out? is it possible to input a specific invoice footer depending on the customer billing country once the customer subscribes?
ie is there another way around this please?
Currently no, there is no opportunity for inserting logic during the checkout session to have this kind of split before the session completes. We're working on adding functionality like that, though!
ok great thank you for your answer, what would be the funcitonality exactly? and also when do you think it would be operational?
To get the final result you want today you'd need to create the customer ahead of time expliticly with that footer after gathering their country
yes i understand, but in our dashboard, we have free users (not in stripe) that then go to their billing dashboard on our web app to purschase a paid plan, where it would be a stripe payment link
The ability to have a chance to apply some business logic during the checkout session to affect certain aspected of payment before it completes, the details are still in development and I have no firm timeline to share about that.
so no way for us to create the customer first i believe
ok thank you very much for your answer
in this case you would replace that payment link with a function you control dynamically to create the customer & checkout session and redirect them to the session url