Methods displayed at checkout #3028
-
Can I create an option in the routing so that wallets such as Google Pay and Apple Pay are only available to customers from a certain country? If so, is this automatically reflected at checkout? Example: For a purchase from Spain over US$100, process via stripe but only with Apple Pay, so at checkout just use the Apple Pay button; For a purchase from Mexico over US$100, process via Stripe but with Google Play and credit card and consequently these methods automatically appear at checkout and it does not look like Apple Pay. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
In summary, I would like to create conditions to route by payment method, is it possible? |
Beta Was this translation helpful? Give feedback.
-
Another question related to routing, after creating a routing rule I can no longer edit or delete it? This seems like a problem to me. |
Beta Was this translation helpful? Give feedback.
-
@euluizaraujo Hey! yes, we support configuring constraints like these through the connector account APIs. These are part of your connector account integration as opposed to routing. And all the payment methods displayed to your customers are validated against the provided constraints. You can view all the supported parameters in the api reference. |
Beta Was this translation helpful? Give feedback.
-
thanks @vspecky. In this case, do I need to configure country or currency rules via API when activating a connector and does this reflect in routing? Via Panel still not possible? Does this setting automatically reflect in unified checkout? Ex: I configured the PayPal wallet to be activated only for Mexico, do I need to change something at checkout or is this already reflected in it? |
Beta Was this translation helpful? Give feedback.
@euluizaraujo Hey! yes, we support configuring constraints like these through the connector account APIs. These are part of your connector account integration as opposed to routing. And all the payment methods displayed to your customers are validated against the provided constraints. You can view all the supported parameters in the api reference.