764 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
58
views
Apple Pay button not showing in Safari using Stripe Payment Request API (even after enabling method & verifying domain)
I’m integrating Apple Pay and Google Pay using the Stripe Payment Request Button, but the Apple Pay button does not show in Safari, even though everything appears correctly configured.
What I have ...
1
vote
0
answers
83
views
The problem with displaying Apple Pay in Stripe's PaymentSheet
I use it in the flutter_stripe application. Faced with the following situation. The certificates for Apple Pay have expired. Updated, everything is ok. Apple Pay is enabled in the stripe dashboard. If ...
1
vote
0
answers
73
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
29
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
46
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
155
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
41
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
56
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
94
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
293
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
45
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
93
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
197
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
76
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
935
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 ...