Questions tagged [applepay]

A payment method created by apple to pay for goods online or offline.

Apple Pay was made available in iOS 8. It uses Touch ID for security as well as track shipping and payment information all in one place.

More Information:

743 questions
5
votes
3 answers

Can't create itunes connect sandbox tester

There are many topics (Old and new) related with this. Unfortunately I am having a lot of problems to create a simple Sandbox Tester Account. My error is: There are one or more validation errors below. The problem is that what the message says is…
jose920405
  • 7,982
  • 6
  • 45
  • 71
5
votes
0 answers

Apple Pay In App Provisioning : LinkAndProvisionResponse API

In the implementation document of Apple Pay In-app Provisioning, it refers to the LinkAndProvisionResponse API. Please share your inputs for this API; and where and how exactly it need to be invoked.
Vishal
  • 91
  • 2
5
votes
2 answers

Apple Pay - onvalidatemerchant Payment Not Completed error

I am implementing apple pay onto our website. I do not have a macOS device and am using windows visual studios / mvcnet. I have done all the merchantID and certification stuff and configured it on the windows machine. I am using Apple Pay JS and on…
ricefieldboy
  • 347
  • 1
  • 4
  • 15
5
votes
0 answers

Apple Pay - NSS error -8178

I'm integrating Apple pay to website in PHP, by following the tutorial in https://github.com/norfolkmustard/ApplePayJS . However I'm getting following error if I click the apple pay button. unable to load client key: -8178 (SEC_ERROR_BAD_KEY) When…
FR STAR
  • 662
  • 4
  • 24
  • 50
5
votes
1 answer

How to implement PKPaymentAuthorizationViewControllerDelegate in Xcode 9 for iOS 8 backwards compatibility?

I'm trying to build an app that uses Apple Pay on Xcode 9. The deployment target is iOS 8. Up until Xcode 8.3.3 (and the iOS 10 SDK) this worked perfectly: extension MyViewController: PKPaymentAuthorizationViewControllerDelegate { func…
floriankrueger
  • 2,003
  • 2
  • 16
  • 25
5
votes
1 answer

How to pop up apple pay like UI when my app shows annual subscription purchasing UI in iOS11

I'm using iOS 11 and I'd like to developing annual subscription purchasing logic in my app. But since upgrade to iOS 11 today. I newly popup ui looks like apple pay. But my own app doesn't show that UI just shows UIAlert style popup. Would someone…
5
votes
0 answers

iPhone wallet not giving back device ID and Push token

I ran into a problem while integration "Registering a Device to Receive Push Notifications for a Pass" web service on my server for Apple Passes. Link Below:…
Vineet Ravi
  • 1,457
  • 2
  • 12
  • 26
5
votes
1 answer

"Setup Pay" text appearing as IN_APP_PAYMENT_BUTTON_SETUP Pay

I have localization in my project, when i add the apple pay button it displays IN_APP_PAYMENT_BUTTON_SETUP instead of "Setup Pay". Strangely same code displays proper Apple pay button when added to a different sample project. if…
Aditya
  • 4,414
  • 5
  • 29
  • 40
5
votes
3 answers

Apple Pay works on simulator but not on device

I am able to display Apple Pay view controller on simulator but not on device. Entitlement added and certificate installed. class ViewController: UIViewController, PKPaymentAuthorizationViewControllerDelegate { var paymentRequest: PKPaymentRequest!…
LizG
  • 2,246
  • 1
  • 23
  • 38
5
votes
2 answers

Add Apple Pay Card on Xcode 7.2 iOS Simulator

I'm using the iOS/iPhone6 simulator from Xcode 7.2. Following the steps on Apple Pay Stripe integration guide I just can't find the Wallet & Apple Pay link on the settings screen. I'm already logged on a iCloud tester account. Am I missing…
Talysson
  • 1,363
  • 1
  • 9
  • 13
5
votes
3 answers

How to fix Application tried to present a nil modal view controller on target?

I tried to implement Apple Pay in my app, but I am getting a error such that " Application tried to present a nil modal view controller on target " in the following snippet, can any one tell were I am went wrong. PKPaymentAuthorizationViewController…
jerfin
  • 803
  • 1
  • 13
  • 28
5
votes
2 answers

Does apple pay for web support iframes?

I have apple pay for web working when the the button is in the top level document. Unfortunately when opened inside an iframe, it throws the following error: Trying to call an ApplePaySession API from a document with an different security origin…
nabinchha
  • 51
  • 1
  • 5
5
votes
3 answers

Check devices with Apple Pay capability

I want to know is there any API or piece of code to check weather a device is capable for Apple Pay. I don't want to add static if else to check. As we know Apple Pay is supported with minimum iOS 8.3 and iPhone 5S and above. I am showing…
Rein rPavi
  • 3,368
  • 4
  • 22
  • 32
5
votes
1 answer

Disable Apple Pay UI when 13.56Mhz detection

I am aware that there is specific new method in iOS 9 that supports Apple Pay suppression for specific scenarios or use cases. I have one of those who need to be applied with the following method: +…
GoRoS
  • 5,183
  • 2
  • 43
  • 66
5
votes
3 answers

can we integrate apple pay into any website?

I am new to Apple Pay. I need to develop an website in which I can integrate Apple Pay as an option. I have checked out official documentation of ApplePay for payment from the documents given on below…
nehapadwal
  • 101
  • 1
  • 4