#Arkalezard
1 messages Β· Page 1 of 1 (latest)
Hi there π when you disabled Apple Pay in your Stripe dashboard, did you then go through your test flow again with a fresh Payment Intent to see if the Apple Pay option disappeared?
Each time, we are starting a payment we are generating a new PaymentIntent.
Gotcha, and you're still seeing Apple Pay presented as an option in your flows? Could you share the ID of a recent Payment Intent (pi_123)?
yes
Prod or testing platform?
testing plateform:
https://dashboard.stripe.com/test/payments/pi_3LhYq1Jgn5Rr4DxU0s7aSde9
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hello π
Taking over as toby needs to step away
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
And just to make sure we're on the same page, you're using PaymentSheet in your app, correct?
hmm I do see that Apple Pay has been disabled on the account
and the PaymentIntent isn't created by a platform either.
The "no plateform" is the settings for all our apps (android, ios, web)
I activated 2 payment methods on testing plateform and I sumlate a Netherland account
I can see the new ones iDEAL and Gyropay but apple still there
I see. Digging deeper to see what I can find
It's working perfectly for others payment methods
I be stopped gitopay and ideal. Itβs working: i canβt see it instantly
I think there is something to manage differently for Apple Pay but what?
I'm thinking that automatic_payment_method doesn't actually control Apple Pay here
configuration.applePay = .init(
merchantId: "merchant.com.your_app_name",
merchantCountryCode: "US"
)```
The above code does
Trying to see if I can find any evidence to support that
reaching out to a colleague to see if the know what's causing this, appreciate your patience π
Thanks
One option is to just not pass following while creating a PaymentSheet
configuration.applePay = .init(
merchantId: "merchant.com.your_app_name",
merchantCountryCode: "US"
)```
I'm sharing your feedback to my team. We are testing
π
Since, we removed the code above, we don't see the "apple pay" button in the paymentSheet whereas apple pay is activated on stripe backend.
In Stripe log, we see that apple-apy is activated
LOG ANALYTICS: ["additional_info": [], "session_id": "4d79e920-aae8-4c6e-a186-2a2ca1b0a86d", "publishable_key": "pk_test_PnzVGywOvi030eTFcomWHB4R00j4momiyv", "bindings_version": "22.7.0", "event": "mc_complete_init_customer", "apple_pay_enabled": 1 "product_usage": ["PaymentSheet", "STPCustomerContext", "STPPaymentContext"], "os_version": "15.5", "ocr_type": "none", "pay_var": "legacy", "device_type": "iPhone13,4", "analytics_ua": "analytics.stripeios-1.0"]
Yeah I don't think the dashboard can currently control Apple Pay in PaymentSheet