cancel
Showing results for 
Search instead for 
Did you mean: 

Using Apple Pay as payment option in Magento 2 with stripe

SOLVED

Using Apple Pay as payment option in Magento 2 with stripe

Hello 

Has anyone gotten Apple Pay as a payment option in Magento 2 with stripe working right?

I did the setup I have the apple-developer-merchantid--domain-association file on site. I did the other part for the secret key. But when I do the check-out check the apple pay and I get a payment response error.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Using Apple Pay as payment option in Magento 2 with stripe

I forget to resolve this, I already resolved this issue

View solution in original post

3 REPLIES 3

Re: Using Apple Pay as payment option in Magento 2 with stripe

@studioman 

can you open the browser console and check the network tab.

there should be a request and response from apple payment.

also,

Also, check the followings : 

1. check your configuration from guide.

2. You should have HTTPS enabled on the website. 

3. Key should be generated from Mac/iOS and Domain also need to be verified at apple developer account.

4. check logs in var/log for any exceptions and other errors. 

 

 

Re: Using Apple Pay as payment option in Magento 2 with stripe

I forget to resolve this, I already resolved this issue

Re: Using Apple Pay as payment option in Magento 2 with stripe

Thanks for sharing the link to a thread with a correct answer. I have been struggling with a similar problem for some time and could not find a solution. Now it’s much clearer to me what I have to do.