#keithm5699_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/1395020472936300745
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I don't think there's a guarantee that this definitely works 100% of the time. We may copy existing KYC verification from existing entities, we may not when onboarding to different platforms: https://support.stripe.com/questions/legal-entity-sharing
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
This isn't really a question that we can help with as it's not something that can be configured via the API or otherwise. My recommendation would be to speak with support about specific examples: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ah ok, thanks for the above doc and quick response. Really appreciate it
have a great day
You too! Sorry I couldn't provide anything more definitive
Sorry actually, could i ask 1 more thing?
Of course
I just saw your post there about Klarna for future usage and had a look at the docs. We do like a post purchase upsell feature where when a customer pays for their order they can see an 'upsell' after the merchant has ddeemed appropriate. If klarna is used to pay for original order we dont show this as we want the upsell to be a one click order / really easy. With this new update would this be possible with Klarna, I cant figure out how a customer would agree to the terms / see the payment schedule etc.. type screens
Yes theoretically you could 'save' the Klarna PM during the initial payment (via setup_future_usage) and then re-use it immediately to charge them for the upsell
cool, do you know how the payment terms would be decided? Would they still see like the klarna pop up and have to do this or would it reuse the terms they did for the original payment? By the payment terms i mean were they select if they want to pay over 4 months or 12 months etc..
They wouldn't need to re-authenticate it via the Klarna redirect, as I understand it. But generally 'on-demand' payments , which is what you're describing, are 'pay later' or 'pay in full': https://docs.stripe.com/payments/klarna/set-up-future-payments?web-or-mobile=web&payment-ui=elements&charge-type=on-demand&lang=node&use-case=on-demand#web-charge-saved-payment-method
I suspect there would be some UI element for the customer to choose that, but I'm not familiar with this yet (all new)