#salimgt
1 messages · Page 1 of 1 (latest)
To have Apple Pay button appears, your domain has to be registered: https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#verifying-your-domain-with-apple-pay
I don't think that's possible with codepen. You likely want to have your own domain and set up according to the steps in the guide
alright thank you)
other Q please, to have customized Payment Request Button, it is easy thing or need to install google pay sdk!!
This is the styling that can be performed in the payment request button element directly: https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-styling-the-element
but i want to custom button based on the result of paymentRequest.canMakePayment(). Then, use paymentRequest.show() to display the browser interface when your button is clicked.
is it require google pay sdk?