#ravid_53977
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ravid_53977, 3 days ago, 17 messages
- ravid_53977, 5 days ago, 4 messages
Payment Element also display Wallet payment options (i.e., Google Pay and Apple Pay) so there's no need to include both Payment Element and ExpressCheckoutElement in the same <Elements>
In our app the ExpressCheckoutElement and the PaymentElement components are in the same page, so using 2 different Elements providers in the same page won't cause any issues?
Personally I didn't try this kind of integraiton. Why do you want to do it?
For example if i want to display some payment method in the ExpressCheckoutElement but no in the PaymentElement, Like let's say that in the Payment element i want to have only cashapp option and nothing else, but in the ExpressCheckoutElement i want to have googlepay, applepay, and link
currently i can't to it
how can i achieve that
Hmm, interesting. Well you can try create two <Elements> for PaymentElement and ExpressCheckoutElement respectively
Yeah i trying to do this, just wanted to make sure that:
- if there is other way to do this.
- if do you think that there will be any problems that i may encounter in the future when using 2 Elements providers in the same page