Questions tagged [applepayjs]

Apple Pay JS is a JavaScript SDK available for Safari in iOS 10 and macOS Sierra for accepting Apple Pay payments on the web.

Apple Pay JS is a JavaScript SDK available for Safari in iOS 10 and macOS Sierra for accepting Apple Pay payments on the web.

The Apple Pay Javascript API is analogous to the PassKit API for using Apple Pay in iOS apps.

92 questions
0
votes
2 answers

Unable to get any response from the apple pay - This resource came from a local override

I am integrating the apple pay and following the payment request API! According to the documentation (https://developer.apple.com/documentation/apple_pay_on_the_web/apple_pay_js_api/requesting_an_apple_pay_payment_session) cert: merchIdentityCert…
0
votes
1 answer

OnCancel getting called immediately after onvalidatemerchant

I'm trying to set up a POC for applepay processing on the web. I have a site on Azure that is a verified merchant domain, and am able to generate payment sessions that look valid as far as I can tell, e.g. { "epochTimestamp": 1618320255698, …
Jaloopa
  • 722
  • 1
  • 6
  • 21
0
votes
1 answer

how to apple pay through stripe in VJs?

I am trying to follow the guide here ( https://stripe.com/docs/stripe-js/elements/payment-request-button ) to setup Apple Pay for the web and Stripe. The initial steps such as verification of domain and all the pre-setup is done but I am having an…
0
votes
1 answer

How to send Apple Pay token to Stripe?

I am developing a website where each user can connect their Stripe account and sell own products. Adding the domain into Stripe account is not a solution, because 1 website and multiple Stripe accounts. My task is to integrate Apple Pay Web JS. At…
Elmar
  • 68
  • 1
  • 5
0
votes
1 answer

ApplePay Server Requesting an Apple Pay Payment Session

I am exploring tokenized payments on the web and I am slightly confused. The ApplePay JS class is first instantiated which triggers paySession.onvalidatemerchant = function (event) {...}. At that point event contains a validationURL which we need to…
Tzvetlin Velev
  • 1,897
  • 2
  • 17
  • 31
0
votes
1 answer

Apple Pay Web & Stripe: How to customize Apple Pay Button

I am following Stripe's JS implementation of Apple Pay on the Web (https://stripe.com/docs/stripe-js/elements/payment-request-button). It uses an element with an id of #payment-request-button and Stripe loads the button in an iFrame so that it…
0
votes
1 answer

Javascript: Stripe and Apple Pay Web setup

I am trying to follow the guide here ( https://stripe.com/docs/stripe-js/elements/payment-request-button ) to setup Apple Pay for the web and Stripe. The initial steps such as verification of domain and all the pre-setup is done but I am having an…
0
votes
1 answer

Apple Pay shows Domain verification failed. Unable to access verification file on server

I am trying to verify the server domain for Apple Pay. I have placed apple-developer-merchantid-domain-association.txt as per the Apple pay instruction and I can access this file with that URL as well. But when i am going to verify the domain it…
Muhammad Haris
  • 290
  • 1
  • 8
  • 23
0
votes
0 answers

Converting a Certificate Signing Request public key from ECDSA to RSA

I am working on an application hosted on Heroku that communicates with an apple system that requires SSL certificates to be in place. Apple requires that an ECC certificate be used where Heroku does not support ECC certificates - only RSA. I am…
Chris
  • 600
  • 7
  • 15
0
votes
0 answers

Angular CLI - Disable compressing SCSS color when building (-apple-pay-button-style)

I'm integrating Apple Pay in an Angular 10 website. When building the app some SCSS styles colors are converted from white to #fff or from black to #000. Normally this is helpful to make the size smaller. In this case, however, it makes Safari fail…
Agustin Lopez
  • 1,355
  • 4
  • 18
  • 34
0
votes
1 answer

Unable to verify Salesforce domain with Apple Pay

Has anyone figured out how to verify a Salesforce domain with Apple Pay? Basically, Salesforce does provide a way to verify a domain by going to Setup - Domains and clicking Verify. That prompts you to upload the verification file but Salesforce…
0
votes
0 answers

Apple Pay on React Native?

I want to integrate Apple Pay into my React Native app and i've tried both react-native-payments and expo-payments-stripe but none of them work properly. React-native-payments doesn't even seem to be maintained anymore. Is there any other way to do…
ruckk
  • 15
  • 5
0
votes
1 answer

Adding Merchant domains for Apple Pay Payment Processing on the Web

I am trying to implement Apple Pay on the web As per the documentation after creating the merchant id and Apple Pay Payment Processing Certificate I am required to add Merchant Domains as well as Apple Pay Merchant Identity Certificate. I did…
0
votes
1 answer

Apple Payment sheet not displaying in iOS13 when Apple Pay is invoked from a Safari browser

I am using Apple Pay JS. I created Apple Pay feature for my website and it has been working great in Safari browser in iOS devices but stopped working after updating the iOS to the latest version, iOS13. The issue is that the Apple Pay sheet no…
Sohanit
  • 1
  • 2
0
votes
1 answer

How change border-radius in apple-pay buttom (Safari)

By default apple-pay button border-radius 5px/ I need set it 15px. How I can chage this property? When I set border-radius: 15px; to class .apple-pay-button, button doesnt change There are code example: @supports (-webkit-appearance:…
Yevhenii
  • 301
  • 1
  • 5
  • 14