#vignesh_vidyut
1 messages · Page 1 of 1 (latest)
Hi there!
How are you accepting payments? Checkout Session, Payment Element, something else?
Hi, accepting payments through Payment Element
The Payment Element directly supports Apple Pay. For it to work, you need to verify the domain as mentioned here: https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#verifying-your-domain-with-apple-pay
We have separate sections for each payment methods in our checkout page. Now i'm loading only the specific payment method in its section by providing the paymentMethodType during paymentintent creation
Can i do the same with apple pay?
Hey! Taking over for my colleague. You can disbale/activate Apple/Google Pay when creating the PaymentElement:
https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets
Looking at it. Please allow me some time
This cannot be configured at PaymentIntentLevel ?
No.
Inorder to display apple pay , i'll have to display card fields as well in the same section?
Yes.
If you want to have only Apple/Google Pay button
you need to use payment request button
Or express Checkout
Yes, sure. i can implement this no problem
Can you please point out how to display apple pay alone using this? Also what to mention in paymentMethodType during intent creation?
Thanks.