#daniyal_11692
1 messages · Page 1 of 1 (latest)
Hello daniyal_11692, we'll be with you shortly! 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.
• https://discord.com/channels/841573134531821608/1164200701015097416, 0 days ago, 20 messages
• https://discord.com/channels/841573134531821608/1164164883902898287, 0 days ago, 41 messages
• https://discord.com/channels/841573134531821608/1164172324468178964, 0 days ago, 3 messages
The server is busy, can you tell me what you were discussing in your last thread?
sure
i want to migrate my app from card element to payment element, i've implemented all the frontend related steps but the methods like affirm and klarna are not showing up, they are also enabled in my testmode dashboard
this is what i'm trying to do
they asked me to updgrade my api version
i've also done that now
only card option is showing
Are you doing the flow where you create a PaymentIntent before rendering the element? Or is it the flow where the element is rendered before the PaymentIntent?
create setupintent before rendering the element
Can you send me the ID of a SetupIntent that you created that only showed card in the payment element? (si_1234)
seti_1O2b0lAAKdQR3wItSYoCQQFH
It looks like Klarna does not support SetupIntents, less clear on Affirm but am looking in to it
Ah it looks like BNPL in general do not support setup intents https://stripe.com/docs/payments/payment-methods/integration-options#:~:text=complete the payment.-,Buy now%2C pay later,-Cards
it shows setupintent here
Can you link me to that doc?
That looks like it is talking about the Payment Element in general. The PE is still restricted by what the Payment Methods themselves support
Right, so it is just saying that the Payment Elment can use Setup Intents. Setup Intents themselves are limited in what Payment Methods you can use with them
both affirm and klarna cannot be used with setupintent?
Correct
If you look under the "But Now Pay Later" dropdown lower on the page it shows what those payment methods support
can you suggest a solution?