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

Is a subscription payment model usable with Apple Pay?

Can I create subscription payment model with Apple Pay? I see a lot of examples with a single transaction. But what about subscriptions? For example, each month bill $10 to the user.
9
votes
1 answer

one app with multiple merchant accounts attached!! apple pay

is it possible with apple pay if my app users want to pay their doctor (doctor can vary for patients) with apple pay? For Example A_patient pay to A_Doctor AND B_patient pay to some other doctor on same app basis on application data. And each doctor…
Ali
  • 514
  • 5
  • 16
9
votes
2 answers

"Payment not completed" with Apple Pay - can't get token

I am implementing Apple Pay using PassKit, I am showing the dialog the proper way and handling the delegate methods, but every time I use touch Id to verify a purchase it says "Payment not completed" and never reaches my delegate method…
chasew
  • 8,438
  • 7
  • 41
  • 48
8
votes
3 answers

Error: Apple pay not completed

I have implemented apple pay in my iOS application using Passkit framework. I did all of these things fully to set up apple pay. I am using sandbox account. I added cards in Wallet application and these cards are testing cards which I copied from…
ajeet sharma
  • 803
  • 10
  • 37
8
votes
0 answers

ApplePay option not available on iOS Simulator

I am running a iPhone 6 Plus simulator with iOS 10.1 I have pressed Authorized Apple Pay (if that matters). General> Language & Region > Region is set to US and language is set to EN-US. There is no ApplePay/Wallet setting in the Settings…
insanoid
  • 413
  • 2
  • 10
8
votes
6 answers

How to Collect Charitable Donations from a Native iOS App?

I am working on an app that needs to have functionality to collect charitable donations. Apple Pay on the Web: Acceptable Use Guidelines I found at the above link that collection of charitable donations is prohibited with Apple Pay. App Store Review…
Nate4436271
  • 860
  • 1
  • 10
  • 21
8
votes
1 answer

Is there any way to detect when the Cancel button it touched on an Apple Pay PKPaymentAuthorizationViewController?

Apple Pay calls the following delegate whenever a PKPaymentAuthorizationViewController is dismissed for any reason. Is there any way to detect if just the Cancel button was touched? -…
Ethan Allen
  • 14,425
  • 24
  • 101
  • 194
8
votes
1 answer

Can I use Apple Pay to create a Stripe Token without charging the user?

I'm making an app where I need to collect user credit card info at some point so I can charge them later. Right now I use stripe and their PTKView to collect credit card info and store it. Then later on when the user wants to pay I'm ready to go and…
Graham Carling
  • 523
  • 7
  • 18
8
votes
1 answer

Create Token With Apple Pay Without Payment

I have two questions: Is there a way to create an STPToken using Apple Pay without a payment? In my iOS app, the customer either enters in their payment info or decides to use Apple Pay when registering. When the customer decides to make a…
Josh Gafni
  • 2,831
  • 2
  • 19
  • 32
7
votes
3 answers

iOS ApplePay PKPaymentAuthorizationViewController not appearing in Xcode11/iOS 13

Our application has had ApplePay implemented for a number of years. Just recently I hit the button to trigger it to only find out the pay sheet from PKPaymentAuthorizationViewController doesn't appear. It won't slide up in a sandbox (i.e. simulator…
MarkPowell
  • 16,482
  • 7
  • 61
  • 77
7
votes
2 answers

Apple Pay with React Native

We are trying to add an Apple Pay button to our React Native App. Is it possible to create your own apple pay button in react native, or is it required you use some sort of API / kit / asset?
Tori Huang
  • 527
  • 1
  • 7
  • 25
7
votes
2 answers

How to add card to Apple Pay using PKAddPaymentPassViewController?

I did enough research to add credit/debit cards listed in my app to add to Apple Pay. I understood from Apple Developer Forums Using private APIs is forbidden by apple for this purpose. As i contacted them, i got awareness of…
Sudhi 9135
  • 745
  • 8
  • 17
7
votes
1 answer

Apple Pay and Swift how do I send PKPaymentToken to server

Using Swift 3 I'm implementing Apple Pay in my app and trying to send PKPaymentToken which I receive in paymentAuthorizationViewController to bank's API to process payment but without success. The data which I send is always rejected. Bank support…
moogeek
  • 397
  • 4
  • 14
  • 34
7
votes
5 answers

ApplePay on WKWebview

I am trying to load ApplePay popup on WKWebView. I did my initial leg work by implementing it but it does not load up. Is there something extra I need to implement to make it work ? There is no proper documentation on apple regarding apple pay…
lifemoveson
  • 1,661
  • 8
  • 28
  • 55
7
votes
4 answers

Unable to add test card for apple pay testing

I am working to integrate Apple pay in my application to test it. I assume, I need to have some test card added in my wallet app . Without this I am getting an error in Xcode that reads "This device cannot make payments." I have done all the setup…
Saket Kumar
  • 1,157
  • 2
  • 14
  • 30
1
2
3
49 50