#acct_1K2Y5XKwBfDzGQFq-local-pms
1 messages ยท Page 1 of 1 (latest)
Hey there!
Yep, you're describing automatic payment methods: https://stripe.com/docs/connect/automatic-payment-methods
Increase conversion with automatic payment methods for existing platforms.
Thanks, but some payment methods in EUR will be available in one country, but in second different not. Example: payment method A is available in Germany, but payment method B is not available in France. Both operate in EUR currency. How do you recognize it?
We show Stripe payment methods in our checkout process. Shop client choose some payment method, and we redirect him to Stripe Checkout (hosted page). Before we show payment methods in our checkout process, we must have known which payment methods are available for this customer for his currency and region.
Good question! We use the IP address of the customer session to determine the locality and offer the payment methods according to that
Yep, Checkout does this automatically (unless you specifically pass payment_method_types param on creation of the Session)
I think that we must know this before we create of the Session. This is our case ๐
Ah, got it. There's currently no API for that I'm afraid. You'd need to create your own matrix for PMs/currencies/regions
This is our checkout process. Customer do payment after submit an order.
Do you have a plan in the future to develop a solution for this case? ๐ Where can I register a new feature suggestion for this?
As far as I know, it's nothing something we're planning on building. It's rare for most merchants to display the available payment methods before redirecting to the Checkout page
Ok, Thank You ๐