#acct_1K2Y5XKwBfDzGQFq-local-pms

1 messages ยท Page 1 of 1 (latest)

trim kiln
#

Hey there!

sturdy rock
#

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.

trim kiln
#

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)

sturdy rock
#

I think that we must know this before we create of the Session. This is our case ๐Ÿ™‚

trim kiln
#

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

sturdy rock
#

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?

trim kiln
#

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

sturdy rock
#

Ok, Thank You ๐Ÿ™‚