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.
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…
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:
es1
  • 1,231
  • 3
  • 14
  • 27
1
vote
0 answers

Problems with getting Apple Pay payment session

A year ago we implemented ApplePay on the web in our project and everything worked just fine. But now it's unstable and payment can be successful on the third try sometimes. We are facing an ECONNRESET error while requesting POST…
0
votes
0 answers

Authorize.net, CIM and ApplePay - cannot charge a token more than once

We are trying to get a recurring billing setup whereby we can charge the same token on variable intervals and possibly variable amounts with Apple Pay and CIM. However it appears the tokens from Apple are one-time-use. We can successfully get a…
0
votes
1 answer

Apple Pay Button Not Displaying in Iframe on External Domain

We have successfully integrated the Apple Pay button on our registered domain and it's functioning as expected. However, when we attempt to use an iframe to embed our checkout page, which includes the Apple Pay button, on a different domain, the…
0
votes
0 answers

Can we test Apple Pay in iPhone or iPad simulator?

Im trying to test Apple Pay in iPhone and iPad simulator. Apple Pay is working fine in Mac laptop. When Im trying to add a test card in wallet I'm getting below error I have logged in with Apple Pay sandbox account and changed to UK region in that…
Elavarasan
  • 2,579
  • 2
  • 25
  • 42
0
votes
0 answers

ApplePay > Hide pop up after card selection

I am creating a form where a user can pay using Apple Pay. Once a card is selected, I want to the ApplePay pop up to dissapear so that the user can enter other details on the form before the form is submitted. I want to show a final confirmation…
0
votes
0 answers

apple-pay-button - Make sure to exclude it from component resolution via compilerOptions.isCustomElement

I want to implement Apple Pay in my Vue 3 application, but I am getting this warning in the console even though I added it as a custom element in the vue.config.js file. Error Message [Vue warn]: Failed to resolve component: apple-pay-button If…
Volkan Elçi
  • 163
  • 2
  • 13
0
votes
0 answers

Apple Pay on Web and Shipping cost calculation

Trying to see if other have faced the similar issue. we are trying to integrate Apple Pay checkout on our store and it seems to be working fine except one major issues. Here are some additional pointer. We use external service to give us the…
Umesh Awasthi
  • 23,407
  • 37
  • 132
  • 204
0
votes
0 answers

Apple Pay Button on Web with React Js doesn't works because onvalidatemerchant doesn't make anything

I have a persistent issue. When i make a GET to the endpoint, this is my response: "epochTimestamp": 1689705258191, "expiresAt": 1689708858191, "merchantSessionIdentifier":…
0
votes
0 answers

We want to use Apple pay merchant id in multiple developer account?

We have an Apple developer account for website and we had create Apple Pay merchant id for that website, it's already live. Now we have developed iOS app on another Apple developer account. Now we want to use same website merchant id for iOS…
0
votes
0 answers

TypeError: Member ApplePayPaymentRequest.countryCode is required and must be an instance of DOMString

Working on Apple Pay web implementation with Java as backed system. I am getting following josn from my backend server using Ajax call { "supportedNetworks": [ "amex", "discover", "maestro", "masterCard", …
Umesh Awasthi
  • 23,407
  • 37
  • 132
  • 204
1
2