764 questions
2
votes
0
answers
73
views
domainName missing from create payment sessions response in ApplePay sandbox
We have been using ApplePay on the web for years, but we are running into a problem since today in sandbox where domainName is missing from the create payment sessions response. We haven't changed ...
1
vote
0
answers
58
views
Apple Pay v2 (signedTransactionInfo) : how to verify new token format and migrate from legacy EC_v1?
I’m updating a legacy application that used Apple Pay v1 token format, and in my new revamped version I’m now receiving the newer Apple Pay v2 format.
The old (v1) payload looked like this:
{
"...
0
votes
0
answers
41
views
Problem Generating Signature for Subscription Offers – Error Code 18
I'm successfully using Apple subscriptions in my app, but I'm encountering SKErrorCodeDomain error 18 when trying to apply a subscription offer.
I want apply offer code first time only for ...
0
votes
1
answer
38
views
Cannot find protocol declaration for 'PKPaymentAuthorizationControllerDelegate' at apple pay integration
I'm trying to make a bridge to implement apple pay in react native. I've made two classes, one that will be expose to react native and the other one that implement apple pay methods.
My issue is that ...
0
votes
0
answers
87
views
Apple Pay not showing in flutter_inappwebview
I set applePayAPIEnabled to true, but Apple Pay is still not visible.
My webview settings:
InAppWebViewSettings(
isInspectable: kDebugMode,
mediaPlaybackRequiresUserGesture: false,
...
0
votes
0
answers
42
views
Apple Pay on the Web PaymentRequest NotSupportedError
(Also asked on Apple Developer forums, but not expecting any help there.)
Using the PaymentRequest API, we have some rare cases where we receive a NotSupportedError with message "The payment ...
0
votes
1
answer
180
views
Issue with Apple Pay using via stripe
I'm facing an issue while using Apple Pay via Stripe. Whenever I select Apple Pay and click on the Apple Pay button, instead of showing the payment intent, I get the following error message:
Unable ...
0
votes
2
answers
833
views
Why can't I add a test Visa or Mastercard to Apple Pay on my iPhone for sandbox testing?
I followed all the guidelines for setting up Apple Pay on my iPhone for testing:
Created a new Apple ID for the sandbox account.
Added this Apple ID to the Test Accounts (in the Users and Access menu ...
0
votes
0
answers
199
views
Adyen Apple Pay: Authorization request failed with status code 500, errorCode = 5_004
I followed the steps described in Adyen documentation to setup Apple Pay for Adyen. But we get the following error during the authorization call:
Authorization request failed with status code 500, ...
-1
votes
1
answer
461
views
Applepay on the web merchant validation failing with error request failed with status code 417
I am implementing apple pay and the merchant validation is failing with error (error request failed with status code 417). I am using react js in the frontend and node js in backend, below is the ...
1
vote
0
answers
52
views
How can i perform apple pay with flutter stripe #Update: Fixed
following section gives payment button for apple pay
if (_selectedMethodIndex == 4)
BottomAppBar(
child: SizedBox(
width: ...
2
votes
1
answer
310
views
No text on ApplePay Button
I am currently integrating ApplePay in our Adyen payment solution.
The payment is working, but the button is just white (or black depending on buttonColor).
There is no Apple icon or "Pay" ...
-1
votes
1
answer
111
views
How to pass a disable prop in Apple Pay Stripe's button in React
I have added the Apple pay button in my application, but i want to pass a disable prop in the ButtonElement of stripe-js.
<PaymentRequestButtonElement options={{
paymentRequest,
...
1
vote
0
answers
176
views
.NET MAUI ApplePay + Stripe
I want to implement Apple pay payments with Stripe payment gateway in my .net MAUI mobile application, however it is extremely hard to find needed information on how to do that, expecially there is no ...
0
votes
1
answer
206
views
Apple pay button not loading on iframe loaded on flutter
I trying to load url via iframe. Url has apple pay option which works when we just click on url directly. But loading the same url on iframe makes apple pay button invisible. Im posting screenshot of ...
0
votes
1
answer
417
views
Understanding NFC and Apple Pay for Email/Phone capture at POS Checkout
I am trying to develop a soln for my client where, they would like their customers to share their phone number or email id while they transact in their stores at the POS checkout.
Two scenarios:
When ...
0
votes
1
answer
426
views
Apple Pay recurring payment with MPGS
Looking to see if someone have experience with integrating Apple Pay with with Mastercard Payment Gateway? Specifically for recurring / Merchant Initiated Transactions (MIT)?
We were able to configure ...
0
votes
0
answers
86
views
How to get the Apple Pay Pane in Objective-C on MacOS
I’m a bit stumped, because we rarely use objective-c in our project (QT crossplatform,no X-Code at all, signing, entitlements, etc all done with commandline tools) and, up to now, no window stuff at ...
1
vote
0
answers
91
views
Stripe Apple Pay Confirmation Box does not show Confirm button
Confirmation box screenshot
I have integrated Google Pay and Apple Pay using @stripe/react-stripe-js. Google Pay works as expected but for Apple Pay when a user clicks the Apple Pay button, the dialog ...
0
votes
2
answers
480
views
MerchantDisplayName in Stripe Elements
I have a marketplace application where customers place orders with merchants. Merchants have connected accounts in Stripe in which they receive their payouts. When a customer places an order on React ...
0
votes
1
answer
427
views
apple pay token implementation with nodejs and stripe
I want to implement the stripe payment gateway into my project where I will get the Apple Pay token from the client side. but how could I pass it because when I am trying to pass it stripe will ...
0
votes
0
answers
249
views
Stripe Apple pay integration on web
I am trying to Integrate Apple and Google pay in stripe checkout form.
I have followed https://support.stripe.com/questions/enable-apple-pay-on-your-stripe-account
guide. Domain is verified. when I ...
0
votes
1
answer
570
views
Pay plugin showing success for failed apple pay transaction in flutter app on apple pay sheet
I have successfully implemented apple pay using the pay plugin in my e-commerce flutter app and it works just fine. The only problem is that the apple pay sheet, upon the completion of transaction, ...
0
votes
1
answer
301
views
Swift Compiler Error (Xcode): Type 'AppleMethods' does not conform to protocol 'PKAddPaymentPassViewControllerDelegate'
I'm trying to implement Apple Provising ( Add card to the wallet ), but I can figure it out an error on the swift side of my implementation. The issue is the
Swift Compiler Error (Xcode): Type '...
0
votes
1
answer
285
views
Apple Pay Web - determine supported client version
What is a good way to determine what Apple Pay web SDK version does the web client support?
In checking the documentation only found supportsVersion(number): boolean