#kenny-padlet-dev_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/1374226584382476379
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey @native hollow - hoping you can help me on this. Please let me know if you need more information
On my checkout page I must also have a PI as clientSecret already provided, since i'm using Paypal BYOP.
Hello, I'm from the same team as @native hollow - when you create a subscription, it will have its underlying invoice and payment intent, for which you can then retrieve the payment intent and confirm it : https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=subscription
Why are you creating a payment intent first?
Hey. Thanks for the quick turnaround
Also, I wouldn't be able to retroactively collect taxes after the customer object has its address updated, if I create the subscription first?
Could you give me the page link for the screenshot you shared?
hey @rain crypt , this is a public channel. So I deleted your previous message because it contains a Google Doc link that appears to only be for your organization.
If you are using a custom setup that's arranged specially for your use case, you'd would want to connect with the Stripe contacts you're already in touch with.
Regarding your last question, it is possible to initialize a Payment Element without a clientSecret: https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=setup
Sorry, didn't know.
Is it possible for me to have stripe retroactively calculate and apply taxes on invoices that were already paid, after address is updated for a customer?
Hi! Stepping in for my colleague! No, this is not possible.
Another question - is it then possible to update the clientSecret using any elements method?