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.

66 questions
0
votes
0 answers

Apple Pay on the web - Issue with Merchant Validation

Background: I am implementing Apple Pay on the web in our website with Authorize.NET as payment processor. I am using .NET framework 4.8. We have some the initial set-up done like obtaining the merchant Id, adding and verifying the merchant domains…
DareToExplore
  • 187
  • 3
  • 11
0
votes
0 answers

Keep getting "35 - error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca" when trying to validate merchant using Apple Pay Web

TLDR: I can't pass merchant validation for some reason and think it might be either I have been struggling trying to make my Apple Pay application work for over a month now and have finally decided to ask for some help. Errors I get when…
0
votes
0 answers

ApplePaySession is not defined no-undef error in React

I am just trying to validate whether apple pay is supported on browser or not with following code. But it gives error on safari (ipad) / macbook. ApplePaySession' is not defined no-undef Following code, I had written in ReactJs. if…
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…
0
votes
0 answers

Apple Pay support for multiple payment Gateways for a single site

I am working on a shopping card application with following requirements. Set of stores can configure with Payment gateway ABC and the other set of stores can use the Payment gateway EFG We will have a URL like order.abc.com and we have a path…
Eshan Sudharaka
  • 577
  • 1
  • 6
  • 15
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,338
  • 1
  • 11
  • 24
0
votes
0 answers

Auto-renew Apple pay merchant domains

Our websites support Apple Pay. And renewing the certificates for any specific domain requires manually updating the certificates for each domain. I am looking for a way to automate this , both figuring out the expiring certs and updating them.…
freakomonk
  • 392
  • 1
  • 13
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
  • 260
  • 1
  • 6
  • 19
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
  • 580
  • 6
  • 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,315
  • 4
  • 17
  • 33
0
votes
0 answers

How to automate the Apple Pay web set up

I want to create a tool/website that can automate the process of setting up Apple Pay in web for different merchants like mass number of merchants. The automation process that I'm thinking of is to create a merchant identifier, create merchant…
iOS dev
  • 410
  • 5
  • 21
0
votes
0 answers

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…