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

Apple Pay detect Wallet has no credit cards

I am trying to implement Apple Pay for my app. I have the PKPaymentAuthorizationViewController trying to load up the Apple Pay View. This view controller was being returned as Nil by the constructor if I didn't have any cards already in my wallet.…
Rushabh
  • 651
  • 5
  • 15
6
votes
1 answer

Apple Pay crash with on PKPaymentAuthorizationControllerExportedObject authorizationDidFinishWithError

When I use Apple Pay with Stripe's iOS SDK, it crashes on following method after payment? -[PKPaymentAuthorizationControllerExportedObject authorizationDidFinishWithError:] + 76 What am I doing wrong?
vintagexav
  • 2,011
  • 2
  • 18
  • 22
6
votes
1 answer

Unable to get needed informations for Apple Pay payment like email, Phone number , Street etc

How to extract values like Email , Phone Number. I got billing and shipping addresses successfully. But , I couldn't get Email and Phone Numbers. Kindly suggest me programmatically ... (using kABPersonEmailProperty etc) Also , in (void)…
Femina
  • 1,239
  • 1
  • 12
  • 25
6
votes
3 answers

How do I test Braintree + Apple Pay on a real device?

I am developing an app using Apple Pay for a US Client from outside the US. I am using Braintree + Apple Pay. We support real credit cards to Passbook, but we can't verify them. I successfully generated a client token, self.braintree and tried BT's…
Femina
  • 1,239
  • 1
  • 12
  • 25
6
votes
0 answers

Apple Pay missing Entitlement warning

Have you ever received an email from Apple after submission like this? The strangest thing is that I'm not using Apple Pay at all. Where should I look? Dear developer, We have discovered one or more issues with your recent delivery for “".…
betzerra
  • 839
  • 1
  • 8
  • 17
6
votes
1 answer

Apple Pay. Pay with a delay?

Does Apple Pay to pay with a delay? For example a passenger books a taxi, said he would use the Apple Pay. Use Touch id, and the payment occurs when the passenger arrives at their destination when already know the price of the trip. Is that…
5
votes
0 answers

Using Apple Pay in a dynamically rendered iframe (same-origin)

I'm trying to use Apple Pay within an iframe that I create and populate its DOM with Javascript. (Context: I work on 3rd party widget that websites can embed into their existing websites, hence the need to isolate everything in an iframe; there are…
Shaya Ulman
  • 1,299
  • 1
  • 12
  • 24
5
votes
1 answer

Apple pay button not show in stripe

Hi I am using iphone 6s safari browser but the payment-request-button not show (for website). my all step are correct I used https server (ngrok). also add my domain in the stripe apple pay certification. using safari (Iphone 6s). (On the other hand…
Afaq Khurshid
  • 73
  • 1
  • 6
5
votes
0 answers

PKPaymentAuthorizationController is not presented sometimes

We ran into a problem that the PKPaymentAuthorizationController is not presented, although everything is done, as described in the examples. A PKPaymentRequest is created in the code, passed to the PKPaymentAuthorizationController initializer, after…
TonyMit
  • 51
  • 1
5
votes
1 answer

Apple Pay integration with Angular

I want to integrate ApplePay and GooglePay in our Angular application. For GooglePay, google has provided a useful package for npm. https://www.npmjs.com/package/@google-pay/button-angular I tried to find a similar good package for ApplePay but…
CharithJ
  • 46,289
  • 20
  • 116
  • 131
5
votes
2 answers

Programmatically add a credit/bank card to a user's apple wallet

I work for a bank and I am working on a project that programmatically add a user’s credit/bank card to their apple wallet. The card has been issued by our bank. Our app already has the entitlement com.apple.developer.payment-pass-provisioning. I am…
coder
  • 1,274
  • 1
  • 13
  • 19
5
votes
1 answer

How to properly present PKPaymentAuthorizationViewController in a SwiftUI only project?

I have visited this answer already and the present method proposed here doesn't work (anymore?). When I use a UIViewControllerRepresentable and then show it as a sheet it looks pretty awful: If I use overlay it looks exactly like I want it to looks…
Lucas van Dongen
  • 9,328
  • 7
  • 39
  • 60
5
votes
4 answers

iOS 13 Apple Pay button click throws error: "Must create a new ApplePaySession from a user gesture handler."

Working on a website that has been integrated with Apple Pay for about a year now with no issues. We are noticing that we are always getting an error now for iOS 13 devices only. iOS 12 and under all work as expected. Front end click handler:
Paul Hoke
  • 115
  • 2
  • 7
5
votes
1 answer

Integrating Google pay buttons and Apple pay buttons into react-native application

I have been searching everywhere on how to integrate the native assets provided by Apple (PkPaymentButton) and Google Pay ( https://developers.google.com/pay/api/web/guides/brand-guidelines#payment-buttons ) without having to write my own native…
tip
  • 53
  • 1
  • 5
5
votes
1 answer

Where and how to use Apple Pay Payment Processing Certificate with Authorize.Net

While trying to add Apple Pay Web into one of my websites, I'm having a confusion on how to and where to use this Apple Pay Payment Processing Certificate. My Payment Processor is Authorize.net And I followed their…
user2955412
  • 227
  • 3
  • 10