763 questions
1
vote
0
answers
79
views
domainName missing from create payment sessions response in ApplePay sandbox [closed]
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
69
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
25
views
“relationship 'undefined'” error when adding Merchant ID to App Clip’s On Demand Install Capable capability (Apple Pay + Stripe)
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 ...
0
votes
0
answers
45
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 ...
2
votes
0
answers
138
views
How can I implement Apple Wallet Extensions in a .NET MAUI app? Is a wrapper required?
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 (...
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
1
answer
55
views
ApplePayConfig - debit card payments not working ? (flutter/Stripe)
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"...
0
votes
0
answers
88
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
1
answer
273
views
Getting Stripe Error: Missing required param: payment_method_data[card]
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 ...
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
0
answers
91
views
The Apple Pay button is not showing in the PayPal integration
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 ...
0
votes
1
answer
187
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
0
answers
75
views
Rare case of "SecurityError, show() must be triggered by user activation." with Apple Pay on the Web
(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 ...
0
votes
2
answers
862
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 ...
-1
votes
1
answer
127
views
How to enable Apple Pay on Revolut Checkout Payment Page (created from API)?
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 ...
0
votes
0
answers
201
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, ...
0
votes
0
answers
250
views
Apple Pay Integration Issue: Payment Sheet Closing Immediately After Merchant Validation
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 ...
-1
votes
1
answer
464
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
33
views
Apple Pay Processing Using Stripe PHP
I'm using a flutter app pay package to obtain the Apple Pay token, it looks like this:
{transactionIdentifier: 446dd09bccc588c18d863a1cd817f4a94324d0f2a60d0df72a9d4ba564127935, paymentMethod: {...
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: ...
0
votes
1
answer
68
views
Braintree Drop-In UI - How can I use Dynamic Pricing For GooglePay and ApplePay elements
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 ...
2
votes
1
answer
316
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" ...
0
votes
2
answers
220
views
error occured on validate-merchant TypeError: fetch failed SocketError: other side closed UND_ERR_SOCKET nextjs Vercel
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 (...
-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,
...
0
votes
1
answer
369
views
Does the PayPal Checkout Standard integration support Apple Pay and Google Pay out of the box?
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 ...
1
vote
0
answers
181
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
870
views
For stripe setupintent element how to show apple pay option
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 ...
0
votes
1
answer
208
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
149
views
Cordova - Stripe - Apple Pay?
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-...
0
votes
1
answer
429
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 ...
1
vote
1
answer
843
views
Unable to process stripe payment using Apple pay. The payment method type apple_pay is invalid
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':...
0
votes
1
answer
432
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
1
answer
733
views
TypeError when trying to create PaymentRequest with Apple Pay
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'...
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
1
answer
758
views
PayPal buttons and ApplePay not working together
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') ...
1
vote
0
answers
96
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
0
answers
783
views
Stripe Apple pay integration in laravel
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 ...
0
votes
2
answers
484
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
0
answers
281
views
Apple Pay integration using heartland payment system in php website cause error
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 ...
0
votes
1
answer
437
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
1
answer
87
views
Apple Pay Web - "visa" is not a valid payment network [closed]
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&...
0
votes
0
answers
250
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 ...
1
vote
0
answers
166
views
How to show "Set Up apple pay" button when userCanPay(PayProvider.apple_pay) returns false
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 ...
0
votes
1
answer
574
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
197
views
Can't refundTransaction for ApplePay transaction
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). ...
0
votes
1
answer
302
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
295
views
Trying to implement stripe's applepay in an embeddable widget
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 ...
0
votes
1
answer
290
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
0
votes
0
answers
5k
views
Can i create Mifare 1K Classic card to Apple Wallet Pass?
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 ...
0
votes
0
answers
85
views
Google Pay by Stripe causing issue
I am using a stripe provider G-Pay button
PlatformPayButton( type: PlatformButtonType.donate, borderRadius: 12, onPressed: () async { await StripePaymentHandle().stripeMakeGooglePayment(context); } ),...