#AlexT
1 messages · Page 1 of 1 (latest)
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
Yes will do please give me a minute
pi_3NFqTlK26lajNYhJ1Gdw1nSA_secret_cY1sxn2cH6cQSZahi3sD28s4G
no klarna
Account id acct_1LfCIPK26lajNYhJ
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.