#upen_12231

1 messages · Page 1 of 1 (latest)

lunar remnantBOT
sinful crystal
#

Hi there!

stray plinth
#

Hi

sinful crystal
#

What happens when you click the "submit" button on the Payment Element?

stray plinth
#

showing this message when click on apply pay: Another step will appear to securely submit your payment information.

sinful crystal
#

Do you see any errors in the browser console?

stray plinth
#

yes: Unrecognized Content-Security-Policy directive 'require-trusted-types-for'.

sinful crystal
#

Do you have a link where I can reproduce the issue?

stray plinth
#

safari

#

team checking for apple pay

lunar remnantBOT
normal oracle
stray plinth
#

sure

normal oracle
#

Ok I'm able to reproduce

#

Your website isn't running over HTTPS

#

you need to configure https in order to get Apple Pay

stray plinth
#

web site running in HTTPS

normal oracle
# stray plinth

There is no redirection when opening your website, from Http to Https. In your screenshot it's mentioned (not secure)

#

When I try to access to your website via https I'm seeing Apple Pay

#

You need to configure your reverse proxy to make a rediretcion from Http to Https

stray plinth
#

ok

stray plinth
#

showing this message when i click on apply pay: Another step will appear to securely submit your payment information.

normal oracle
#

Another step will appear to securely submit your payment information.
Do you have a custom csp directive in your hosting provider ?

stray plinth
#

NO

normal oracle
#

Can you disable the redirection in that form in order to test what is happening after clicking on submit

#

I'm not able to reproduce on the quickstart

stray plinth
#

sure

normal oracle
#

I invite you to download this quickstart and upload it to that webserver

stray plinth
#

small doubt, when i click on apple pay why apple pay wallet not opening?

normal oracle
#

small doubt, when i click on apple pay why apple pay wallet not opening?
Maybe the form redirection is causing this, that's why I'm asking you to disable it

stray plinth
#

ok ok sure

normal oracle
stray plinth
#

no

#

there is no redirection when click on 'apple pay' button

normal oracle
stray plinth
#

the actual flow is : i need to show apple wallet when i click on apple pay button

normal oracle
stray plinth
#

ok thank you

#

if possible can you please provide code/example for stripe apple pay, google pay, .NET MVC

normal oracle
#

In the public documentation, all frontend code are written in Javascript or mobile sdks, but not for .NET MVC AFAIK.