Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
79 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
69 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
25 views

I’m trying to enable Apple Pay in my App Clip and link my Merchant ID to the On Demand Install Capable capability in the Apple Developer portal, but the portal consistently throws this error: A ...
kollaid's user avatar
0 votes
0 answers
45 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
2 votes
0 answers
138 views

I'm working on an iOS issuer app using .NET MAUI and I need to implement Apple Wallet Extensions—specifically, I want users to be able to provision cards directly from Apple Wallet via the issuer app (...
SarPa's user avatar
  • 75
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
1 answer
55 views

I'm trying to pay with a debit card. it currently works with credit card. Here is my config json: final String defaultGooglePay = '''{ "provider": "google_pay", "data"...
luca bardelli's user avatar
0 votes
0 answers
88 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
1 answer
273 views

We're trying to get Stripe to work with ApplePay, but keep on getting the above error. I quite clearly have that parameter supplied, so what am I missing: Here's the creation of the paymentIntent in ...
Mike Smithwick's user avatar
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
0 answers
91 views

I tested this code locally using the same .env with Ngrok and my server (rehosting localhost:3000 like Ngrok), and the button appears on both Mac and iPhone. However, when I deploy it on Netlify with ...
AIZEX's user avatar
  • 1
0 votes
1 answer
187 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
0 answers
75 views

(I'm getting nothing from the Apple Developer forums, so I'm trying here.) This is a rare occurrence on our site, having only detected a handful of instances of it over the past few weeks, where 10s ...
Doug Breaux's user avatar
  • 5,165
0 votes
2 answers
862 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
-1 votes
1 answer
127 views

I'm using Revolut Hosted Checkout to process payments. When I create an order via Revolut API, i get a checkout payment page URL that i redirect my users to process payments. So my question - how to ...
Genry Wood's user avatar
0 votes
0 answers
201 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
0 votes
0 answers
250 views

I am facing an issue while integrating Apple Pay in my React.js application. The onvalidatemerchant callback works perfectly, and the merchant validation is successfully completed. However, after the ...
Talha Anwer's user avatar
-1 votes
1 answer
464 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
33 views

I'm using a flutter app pay package to obtain the Apple Pay token, it looks like this: {transactionIdentifier: 446dd09bccc588c18d863a1cd817f4a94324d0f2a60d0df72a9d4ba564127935, paymentMethod: {...
ProIEZRush'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
0 votes
1 answer
68 views

I'm trying to integrate GooglePay and ApplePay using the Braintree Drop-In UI. The problem I have is that on the subscription forms I'm using, there are multiple plan options which change the price ...
Steve Hicks's user avatar
2 votes
1 answer
316 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
0 votes
2 answers
220 views

error occured on validate-merchant TypeError: fetch failed at node:internal/deps/undici/undici:13178:13 at async d (/var/task/.next/server/pages/api/validate-merchant.js:1:690) at async K (...
Husain Khanbahadur'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
0 votes
1 answer
369 views

I'm looking to implement a hosted checkout experience that supports Apple and Google Pay out of the box, without having to do a lot of complex integration work. To accomplish this, I'm trying to ...
Ben Bauman's user avatar
  • 1,097
1 vote
0 answers
181 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
870 views

On Web, To accept payment details from customer, I am using stripe setupIntent clientsecret key to show payment method popup. Here is the code that I have used. <script> async function ...
user24602006's user avatar
0 votes
1 answer
208 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
149 views

I have a cordova app. I'm looking to implement ApplePay option to the stripe form. Is this possible using stripe checkout within a cordova app for Apple pay? or is it Safari only? I have cordova-...
memaxt's user avatar
  • 57
0 votes
1 answer
429 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
1 vote
1 answer
843 views

I am trying to add stripe payment processor to my apple swiftui code. When I am trying to make the payment I keep getting the following error in my console. Server side error: Received data: {'amount':...
Vampavi's user avatar
  • 322
0 votes
1 answer
432 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
1 answer
733 views

We're trying to enable Apple Pay on the Web for a web application of ours. Following examples on the web including the official Apple Pay Demo for the Payment Request API, the following HTML is how we'...
Doug Breaux's user avatar
  • 5,165
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
1 answer
758 views

I have the following issue with Paypal and ApplePay. I need to add possibility to pay with credit card and PayPal and Apple Pay on my website. I'm using paypal.Buttons(buttonsConfig).render('myDivId') ...
Marian's user avatar
  • 11
1 vote
0 answers
96 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
0 answers
783 views

i dont have any vedio on the youtube that help me to integrate the stripe apple pay integration i dont know how the integrate the apple pay i use chat gpt and other source is it complesry for apple ...
Ali Gill's user avatar
0 votes
2 answers
484 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
0 answers
281 views

integrating Apple Pay using heartland payment system but having problem while connecting to server (heartland)... I am attaching my apple pay integration as well as server file , please someone help ...
Ankush Tyagi's user avatar
0 votes
1 answer
437 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
1 answer
87 views

Finding in our logs the following exception: "visa" is not a valid payment network. What's weird is that we added ["visa", "masterCard", "amex", "discover&...
Sami's user avatar
  • 767
0 votes
0 answers
250 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
1 vote
0 answers
166 views

I am using flutter's Pay plugin to integrate apple pay. It works fine on emulator, but on real device, it does not show apple pay button. I have completed all of the configuration steps. When i debug ...
dev90's user avatar
  • 7,641
0 votes
1 answer
574 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
197 views

Trying to integrate ApplePay payments using Authorize.net authCaptureTransaction (https://developer.authorize.net/api/reference/index.html#mobile-in-app-transactions-create-an-apple-pay-transaction). ...
Maksim Tarleckis's user avatar
0 votes
1 answer
302 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
295 views

I'm creating a website that users can embed into their various websites through an iframe. I'm trying to integrate stripe applepay on my own website so the users embedding it in their websites can ...
Psalms99's user avatar
0 votes
1 answer
290 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
0 votes
0 answers
5k views

Hi All, I'm exploring the possibility of replacing physical access control cards which uses Mifare 1k Classic with digital cards using Apple Wallet Passes & Google Pay. It was successful with ...
Anas AL-zghoul's user avatar
0 votes
0 answers
85 views

I am using a stripe provider G-Pay button PlatformPayButton( type: PlatformButtonType.donate, borderRadius: 12, onPressed: () async { await StripePaymentHandle().stripeMakeGooglePayment(context); } ),...
Samee Hassan's user avatar

1
2 3 4 5
16