#grace-m6795_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/1225791643123187743
đ 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.
- grace-m6795_api, 5 hours ago, 9 messages
- grace-m6795_api, 1 day ago, 21 messages
So the issue is setup_future_usage
You can't use that with klarna
Klarna doesn't support it
Ok. I tried omitting setup_future_usage, then I got another error: The payment method type "zip" is invalid. Please ensure the provided type is activated in your dashboard (https://dashboard.stripe.com/account/payments/settings) and your account is enabled for any preview features that you are trying to use. Request ID: req_TtHjCzhQCXs0Iw
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hey @frank dock - I'm helping @leaden copper look at this
Did you request access to the Zip beta, and zip is a PM type you expect to be enabled?
I haven't requested access to Zip. I got this error while testing payment method Klarna through payment element
GOtcha, thanks for confirming
Just a quick update that we're investigating, looks like an issue on our side
ok
If you know the existing PM you're using is klarna you should be able to temporarily work around this by specifying payment_method_types=['klarna'] (even though that should not be necessary, in general)
Can you try that?
sure
It worked but the payment failed. The error was 'We couldn't verify your address..."
Ok thanks, that should be unrelated to the original Zip error and specific to the klarna flow