Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
73 views

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 ...
Leroy Vargis's user avatar
1 vote
0 answers
58 views

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: { "...
Fyzan Khan's user avatar
0 votes
0 answers
41 views

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 ...
Bhaumik Surani's user avatar
0 votes
1 answer
38 views

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 ...
hissroth's user avatar
  • 251
0 votes
0 answers
87 views

I set applePayAPIEnabled to true, but Apple Pay is still not visible. My webview settings: InAppWebViewSettings( isInspectable: kDebugMode, mediaPlaybackRequiresUserGesture: false, ...
Joe's user avatar
  • 500
0 votes
0 answers
42 views

(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 ...
Doug Breaux's user avatar
  • 5,165
0 votes
1 answer
180 views

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 ...
Waqar Ali's user avatar
  • 171
0 votes
2 answers
833 views

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 ...
blindknight's user avatar
0 votes
0 answers
199 views

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, ...
Srikanth's user avatar
  • 1,956
-1 votes
1 answer
461 views

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 ...
Umar Khalid's user avatar
1 vote
0 answers
52 views

following section gives payment button for apple pay if (_selectedMethodIndex == 4) BottomAppBar( child: SizedBox( width: ...
D-Sibu's user avatar
  • 79
2 votes
1 answer
310 views

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" ...
David Mann's user avatar
-1 votes
1 answer
111 views

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, ...
Manfre's user avatar
  • 684
1 vote
0 answers
176 views

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 ...
Seelam Mulinti Gurivi Reddy's user avatar
0 votes
1 answer
206 views

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 ...
Sandeep's user avatar
  • 65
0 votes
1 answer
417 views

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 ...
Baktaawar's user avatar
  • 7,580
0 votes
1 answer
426 views

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 ...
PixelSheep's user avatar
0 votes
0 answers
86 views

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 ...
Peter Brülls's user avatar
1 vote
0 answers
91 views

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 ...
Taha Khalid's user avatar
0 votes
2 answers
480 views

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 ...
Zyad Elgohary's user avatar
0 votes
1 answer
427 views

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 ...
Gaurav Mendhare's user avatar
0 votes
0 answers
249 views

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 ...
Jamshaid Tariq's user avatar
0 votes
1 answer
570 views

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, ...
Mohammad Khan Awan's user avatar
0 votes
1 answer
301 views

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 '...
Andrey Guerra's user avatar
0 votes
1 answer
285 views

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
Sami's user avatar
  • 767

1
2 3 4 5
16