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

Testing App Based Apple Pay in a Beta Environment

Is there a way to test the full flow of Apple Pay in a Beta environment? I have implemented it using the Stripe SDK. I can get all the way to the point of the Apple Pay details popup screen with the finger print image. However when I try and use my…
kdbdallas
  • 4,513
  • 10
  • 38
  • 53
4
votes
2 answers

Apple Pay Merchant Validation with Spring Boot (Reactive)

We have a spring boot backend trying to perform merchant validation and retrieve a payment session for Apple Pay. Following these steps from Apple, we were able to generate a merchant validation certificate. When I try to create a Keystore…
4
votes
0 answers

Is it possible to make an apple pay payment without the apple pay interface?

Recently we shipped the app by suppressing apple pay when our app is in the foreground. We suppressed apple pay by adding the necessary code (requestAutomaticPassPresentationSuppression) and adding…
Chandan Shetty SP
  • 5,087
  • 6
  • 42
  • 63
4
votes
1 answer

Device selection on Apple Pay In-App provisioning

I work in a fintech company that offers support to Apple Pay in our cards, i.e. our users have the option add their cards to Apple Pay using our app (in-app provisioning). Our company already got the proper In-App provisioning entitlements from…
vegidio
  • 822
  • 2
  • 11
  • 32
4
votes
0 answers

Is there a way to get a stripe token from apple pay in ionic?

I have an ionic project that I'm using stripe to get payments from the user and it works great. However, apple won't allow the application on the app store without me adding in apple pay. Using a cordova plugin, I was able to get apple pay…
4
votes
0 answers

Apple Pay In App Provisioning -Add to wallet

Using Apple Test card, I was able to add card in the SandBox environment. However, if I try to check the the status using canAddPaymentPassWithPrimaryAccountIdentifier; it is always returning true. Please advise. Below is the code for the same: …
Vishal
  • 91
  • 2
4
votes
1 answer

Braintree - Drop-in UI - Apple Pay - Swift 3

I am integrating Braintree Drop-in UI for credit card, paypal and apple pay payments. I have followed the basic steps of credit card payments. Everything works fine in sandbox. Now I am implementing apple pay. I have completed its configuration as…
Mamta
  • 921
  • 1
  • 10
  • 28
4
votes
2 answers

Adding a default billing contact for an Apple Pay request

I'm building an app that uses Apple Pay and as you can see below, when I display the PKPaymentAuthorizationViewController, it's not getting the current user's billing address and email. If the user has used Apple Pay before, they are likely have…
Zack Shapiro
  • 6,648
  • 17
  • 83
  • 151
4
votes
1 answer

Authorize a transaction with unknown amount, and charge the amount for the service later

I'm developing a kind of Car Booking iOS Application; and I want to develop following kind of process for payment : Want to implement Consumption based payment for my App Users. Rather than pre-payment; User will do Post Payment based on his…
SAMIR RATHOD
  • 3,512
  • 1
  • 20
  • 45
4
votes
1 answer

How do Apple Pay and Stripe coexist?

I don't think I am understanding how payments work from a mobile app (or how Stripe is necessary). Does Apple Pay actually charge the user? Or is it just responsible for creating a token that allows a charge for X dollars on a specific credit card…
bigpotato
  • 26,262
  • 56
  • 178
  • 334
4
votes
1 answer

PKAddPassButton is not working on iOS 9

I have a project in which I put a UIButton on a screen and changed its custom class to PKAddPassButton using XCode (Interface builder) The documentation of this class said that NS_CLASS_AVAILABLE_IOS(9_0) @interface PKAddPassButton :…
L N
  • 2,856
  • 4
  • 20
  • 30
4
votes
2 answers

Apple Pay sandbox tester not able to login into device iOS 10

I'm not able to login into my new iPhone 6s(iOS 10.0.1) with this sandbox account for testing apple way. While able to login into web icloud, itunes and tested on my old iPhone 6+(iOS 10 beta 5). Everytime try to login into iPhone 6s(iOS 10.0.1) I…
gauravds
  • 2,931
  • 2
  • 28
  • 45
4
votes
0 answers

Xcode Capabilities check

First I am letting you know that this not the question about Xcode capabilities ON|OFF, Its about get capabilities dynamically. As per below image, I have enabled In-App Purchase but Apple pay is disabled for the movement. I want to check using…
Hitendra Solanki
  • 4,871
  • 2
  • 22
  • 29
4
votes
2 answers

Couldn't create ApplePay test wallet

Apple has provided test cards details for ApplePay in https://developer.apple.com/support/apple-pay-sandbox. However, I couldn't create a test wallet using these card numbers in my iPhone (iPhone 6 and iOS version 9.3.2, Region : UK). When I tried…
4
votes
3 answers

Cannot find/click any elements on Apple Pay view in UITest

I've been able to successfully run ApplePay in my UITests, but once the PKPaymentAuthorizationViewController is displayed, none of the elements on that view are locatable and any attempt to select elements on the underlying application view result…
Peter Alfvin
  • 28,599
  • 8
  • 68
  • 106