#Jonas-Checkout
1 messages · Page 1 of 1 (latest)
Hi there, so you want to place a particular payment method (i.e., card) as the first option to customers?
Hi Jack 🙂
Hope you are doing good!
Yes correct.
Got it, are you using the payment_method_types param when creating the checkout session? https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-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.
For example we have a high price product and want to show klarna at first.
Atm its really hidden (e.g. mobile you have to click on the dots).
Yes correct we are using the payment_method_types param
OK, according to the doc Checkout will dynamically reorder them to prioritize the most relevant payment methods based on the customer’s location and other characteristics.
Yes I know, but is there a way to set the sorting?
We want to decide (at least for some products or to make some A/B tests) which payment method should be on the first position
Got it, let me ask around and see if there's a way to achieve it
Thanks 🙂
I'm afraid there's option to re-order the payment methods in Checkout. However, it's possible in payment element .https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-paymentMethodOrder
Hi Jack,
Ok thanks for your investigation 🙂
We are using Stripe checkout so payment element wont be any help for us...
I see, sorry I couldn't be much of help, it's a limitation with Checkout currently.