#AlexT

1 messages · Page 1 of 1 (latest)

lilac sailBOT
proven stratus
#

hello! are you using Checkout Sessions? If you are using it, can you share the Checkout Session id for me to take a look?

#

the id would look like cs_test_xxx or cs_live_xxxx

restive latch
#

Yes will do please give me a minute

restive latch
#

pi_3NFqTlK26lajNYhJ1Gdw1nSA_secret_cY1sxn2cH6cQSZahi3sD28s4G

#

no klarna

#

Account id acct_1LfCIPK26lajNYhJ

proven stratus
#

you're using the Payment Element, when you create the PaymentIntent, you need to pass in automatic_payment_methods.enabled=true [0] so that it will use the payment methods that you have enabled in the Dashboard and are compatible with this PaymentIntent’s other parameters. If you don't pass automatic_payment_methods or payment_method_types [1] in, it'll default to card as a payment method

[0] https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods
[1] https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types

restive latch
#

Thanks let me test again

#

aha worked thank you