Questions tagged [applepay-web]
29 questions
0
votes
0 answers
Apple Pay Web: startSession error "The client and server cannot communicate, because they do not possess a common algorithm"
Trying to implement Apple Pay into a asp.net web site (Framework 8).
When we make a call to "https://apple-pay-gateway-cert.apple.com/paymentservices/startSession" I am getting the following error.
"The client and server cannot communicate, because…

Moorthy
- 1
0
votes
0 answers
ApplePay JS Integration - Merchant validation
Hi I am implementing ApplePay using JS. I am on merchant Validation. Sesion is returning me the validation URL which is "https://apple-pay-gateway.apple.com/paymentservices/startSession"
I am using this validation URL in POSTMAN with the parameters…

Syed Haris Ali Ghaznavi
- 745
- 1
- 12
- 32
0
votes
0 answers
Apple pay on react web application
In my react project, I need to implement apple pay as a payment method. Is it possible to implement apple pay in a react project and are there any restrictions? What are the third-party packages which I have to use?
Expecting and answer
0
votes
0 answers
Request an Apple Pay Payment Session
We develop website and need to add apple pay, in specific point apple pay JS class receive validation URL ... Which will send to back-end to validate and request apple pay session, in this part of steps we need to declare all domains which displays…

RS-dev
- 1
0
votes
1 answer
Apple Pay onmerchantvalidation doesn't complete
I'm implementing Apple Pay using the Payment Request API. I'm having a problem similar to this SO question except the opposite: the Payment Sheet doesn't get cancelled, it just times out after 30 seconds. I've tried the suggestions in that question…

Brad Dean
- 176
- 1
- 9
0
votes
1 answer
Apple pay with amazon payment gateway how to get the token parameter
I'am trying to get all mandatory parameters required to make my request like apple_data,apple_signature,apple_header..etc how can i get these values

Khaled Sayed
- 19
- 4
0
votes
2 answers
Stripe/Apple Pay immediately closing
We have a web application written in React that integrates with Stripe to take payments.
When the user accesses the Apply Pay option, the popup immediately closes before they can complete the transaction.
The domain has been added to the Apple Pay…

Caffeine Junkie
- 93
- 1
- 1
- 8
0
votes
0 answers
Apple Pay - 417 Payment Services Exception merchantId=*** not registered for service
I'm getting 417 error when calling https://apple-pay-gateway.apple.com/paymentservices/startSession with body:
{
"merchantIdentifier": "merchant.com.***",
"displayName": "***",
"initiative": "web",
"initiativeContext": "***"
}
The…

staper
- 1
0
votes
0 answers
How to send Apple Pay Token to PayU
I haver an application which should use Apple Pay.
As soon as user accept payment and Apple Pay works well, like Face ID or PIN,
I would like to send Apple Pay Token to PayU.
Unfortunatelly I did not find and support in PayU…

Petr Hráček
- 1
- 1
0
votes
0 answers
Can Apple Pay Sheet error message be in sentence case?
I am currently integrating Apple Pay Sheet into my project. I wonder that do we have any control over the error message formats? I found the documentation for ApplePayError message,…
0
votes
1 answer
Either you do not have a card saved to your Wallet or the current domain is not registered for Apple Pay
I'm trying to set up Apple Pay using Stripe on my website.
I'm following the instructions here https://stripe.com/docs/stripe-js/elements/payment-request-button
I've already registered my domain on Stripe, seen here
Then i added test card to my…

Shaho
- 157
- 3
- 15
0
votes
0 answers
Apple Pay Web .NET Could Not Create SSL/TLS Secure Channel on Merchant Validation
I'm trying to integrate Apple Pay on our production website. I managed to complete the implementation on my local machine and successfully tested it with an Apple sandbox account. However, when we ported the integration to our production…

mgiambi
- 1
- 1
0
votes
0 answers
Apple Pay Web (using Stripe) not shown in few devices
I'm having a weird scenario where 'Apple Pay' button is not shown in few devices and shown only in iPhone SE 2020.
I'm testing in Mobile Safari with real credit card enabled in Payment in Apple ID.
Working
Not Working
iPhone SE 2020
iPhone…

rtv
- 165
- 1
- 12
0
votes
1 answer
Apple Pay JS - How to check if payment is already authorized
I'm implementing Apple Pay on my web app using Apple Pay JS API.
Before creating a new ApplePaySession, how can I check that Payment is already authorized and there is no need to create a new apple pay session for current transaction?
appreciate any…

Ahsan Shah
- 3,931
- 1
- 34
- 48