#ziashaik
1 messages · Page 1 of 1 (latest)
hello! how can I help?
let me share some screenshots
In the first apple pay div #payment-request-button, I mount the below code
for below credit card I mount aut0matic payment methods, as in screen shot
but in apple pay there is a message "Another step appear to securely submit your application".
I want above apple pay button to be added there, instead of that message
could you please help
Please ask, If I ain't clear
hmmm, did you mean that you want it in a accordian style? https://stripe.com/docs/payments/customize-payment-element#layouts
if you just want the Apple Pay and Google Pay button to be displayed below, i'm afraid that's not going to be possible with the Payment Element. You will need to implement the Apple Pay and Google Pay button separately - https://www.stripe.com/docs/elements/express-checkout-element/accept-a-payment, and use the Payment Element for just cards (not with Apple Pay and Google Pay)
No, I want that apple pay button below
I implemented seperately
but Its showing apple pay below also
in the middle of the card and cash pay its shown
alright, then what you can do is in your Dashboard settings here : https://dashboard.stripe.com/test/settings/payment_methods - try disabling Apple Pay
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
clear your cache, reload and see if Apple Pay still shows in the Payment Element
Hi thank you, for providing the info, but my client wants to use payment element rather than separate apple pay button.
As in screenshot, could you please tell me how I can remove that "Another step will appear to securely submit your payment information".
that's not possible
if you want to use the Payment Element, then you can't remove that line that says "Another step will appear to securely submit your payment information"
no, I dont want to remove that line, rather I want to show that Apple Pay button in that place
that's not possible - the Payment Element has certain limitations to how it's designed and how it can be modified unfortunately
okay, ty
Could you please tell me, why am I seeing this message "Another step will appear to securely submit your payment information"
it's to inform the customer that another step will be shown i.e. the payment sheet for Apple Pay will show up
could you please tell me how to show up the payment sheet of apple pay
When I click apple pay, I need to show up apple pay wallet, please guide me
are you saying nothing happens when you click on Apple Pay?
can you share a link to your site that we can access?
i'll get back to you about this later
okay
it's working perfectly fine for me
do you see any errors in the developer's console when you click on Submit Payment?
As noted, you need to actual call confirmPayment to trigger the Apple Pay dialog
Submit Payment in your UI