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
2
votes
1 answer

Setting up recurring payments with Apple Pay and Stripe - but not using Stripe subscriptions

We have our own payment processing system. This takes a customer token from Stripe's response after initially checking out, and uses it each month to charge the customers card. We want to do similar for mobile wallets, like Apple Pay. However,…
Jon Nicholson
  • 927
  • 1
  • 8
  • 29
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
2
votes
1 answer

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
  • 249
  • 4
  • 15
2
votes
0 answers

Apple Pay - Processing Payments

The company I work for - a Payment Service Provider (EU based) has requested (and received) access to the Apple Pay API and plan to process payments through our solutions for Web and Mobile Checkouts. Our goal is to add Apple Pay as an option in the…
2
votes
1 answer

apple pay - sslv3 alert handshake failure

I just start to work with applepay, I'm trying to develop in local machine , I defined a merchantid, identifier, and all marked as verified in my apple developer account I'm using ngrok to be able to get to my machine from outside- I'm able to get…
2
votes
1 answer

Stripe get Apple Pay token to create a customer - web

Is there a way to get the apple pay payment method id without charging the user? Right now I've been trying to do some variation of step 5: https://stripe.com/docs/stripe-js/elements/payment-request-button, but I seem to only be able to get the…
OriCitizen
  • 23
  • 2
2
votes
0 answers

ApplePay completeMerchantValidation fails

We have a site example.com behind ssl that runs a page with ApplePay. We've got a server side that returns a Merchant Session that looks like the…
saltm123
  • 21
  • 2
2
votes
2 answers

Braintree-Web ApplePaySession constructor is undefined

I am trying to implement Apple Pay on checkout in a react project using Typescript. I have installed the braintree-web package and followed the instructions on braintree's website to initialize my ApplePaySession. Although typescript allows me to…
user1427380
  • 133
  • 1
  • 1
  • 6
2
votes
2 answers

Apple Pay completeMerchantValidation cancels session

My backend successfully validates the merchant and a session is returned, but when I complete the validation on the browser, it immediately cancels the transaction. There are a few similar complaints on the Apple Dev forum, but none seem to have…
tommed
  • 1,521
  • 2
  • 19
  • 33
2
votes
0 answers

Controlling the font size inside an Apple Pay button

i have been looking at implementing Apple Pay on a site and am currently investigating the various UI brand guidelines that Apple stipulates for an Apple Pay button, and have been following the developer examples on the Apple site. It is useful that…
El Guapo
  • 567
  • 2
  • 13
  • 26
2
votes
1 answer

Using Apple Pay JavaScript/NodeJS on Azure

I used the following as a working sample to intake JavaScript Apple Pay transactions through a NodeJS server on Azure. There is a whole process you have to go through for the certificates once you have a Developer Account but hopefully it will help…
userara
  • 39
  • 5
2
votes
1 answer

Apple Pay on web Merchant validation

I Managed to retrieve merchantSession object from Apple Pay server as below. I used Sandbox Test (Setup on itunesconnect and login the sandbox account on iphone and added tested visa card) { "epochTimestamp":15065...20, …
2
votes
2 answers

Sandbox apple pay testing handshake failure

I am having trouble validating the merchant in my apple pay sandbox environment. Taken from https://developer.apple.com/reference/applepayjs/applepaysession#2166532, once my server then calls the Start Session endpoint at the provided URL, I get a…
reZach
  • 8,945
  • 12
  • 51
  • 97
2
votes
1 answer

2 way TLS (1.2) between Java client and Apple pay server

Trying to achieve: As required in Apple Pay for Web, 2 way TLS 1.2 is required. In my case i'm trying to hit apple pay server from my java with json payload (which you can say as…
tarunM
  • 127
  • 2
  • 6
1
vote
0 answers

Apple Pay with Recurly in ionic iOS application

I understand this SDK https://github.com/recurly/recurly-client-ios/ is exclusive for native iOS, What if we have to implement Apple pay with recurly in an ionic application? Please guide if we could follow the Apple Pay with web…
Divya
  • 543
  • 2
  • 13
  • 20