Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Stripe Apple pay does not work #116

Open
Hoang-Minh opened this issue Oct 15, 2021 · 2 comments
Open

Stripe Apple pay does not work #116

Hoang-Minh opened this issue Oct 15, 2021 · 2 comments

Comments

@Hoang-Minh
Copy link

I've currently encountered an issue with apple pay. After hours of research I'm pretty sure that it has to do with the WKWebView that Jasonelle is implementing under the hood.
I have a web application built with Angular and Asp net core. We are using Stripe library to build our custom payment request button to launch browser payment (Apple Pay, Google Pay,...).

The app is working fine in Safari and Chrome. However, when it comes to the ios app, the browser payment does not open.
Has anyone run into this issue before ? and how did you handle it ? Thank you

Information about Stripe can be found in here:

@clsource
Copy link
Contributor

Is best to use the official native stripe sdk for this. And trigger the payment flow using $agent

Wkwebview is known to have some differences and edge cases that
Are better solved using native.

@Hoang-Minh
Copy link
Author

Hi @clsource I am using the official javascript stripe library.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants