Questions tagged [applepay-web]
29 questions
2
votes
0 answers
Is there any possible ways to implement Apple Pay on Flutter Web?
Note: I have already implemented Apple Pay on mobile successfully, but there are not any useful resources to integrate Apple Pay with Flutter Web.

KarimHesham
- 111
- 1
- 8
2
votes
0 answers
ApplePay Web - sessionError {code:"unknown"}
I am getting ApplePayCancelEvent with 'sessionError' right after successful apple pay session creation in my web app.
On the browser, it shows apple pay payment dialog with 'Payment Not Completed' message and the dialog got closed.
Following are the…

Ahsan Shah
- 3,931
- 1
- 34
- 48
1
vote
0 answers
Apple payment on web create session
I'm trying to create a apple payment session according this doc : https://developer.apple.com/documentation/apple_pay_on_the_web/apple_pay_js_api/requesting_an_apple_pay_payment_session
This is my curl request.
curl -v --data…

jackquin
- 534
- 1
- 7
- 19
1
vote
0 answers
How to create apple pay sandbox account and add card into wallet for testing apple pay
I am facing an issue related to apple pay sandbox testing. I have followed all steps that mentioned on apple developer documentation for testing an apple pay on sandbox account.
Please can anyone guide me on below questions
How can I create sandbox…

Hammayun raza
- 11
- 1
1
vote
1 answer
Apple pay button not showing in HTML web site
I have an HTML file where I added code like described here:
https://developer.apple.com/documentation/apple_pay_on_the_web/displaying_apple_pay_buttons_using_javascript
So my HTML code looks like this: