#Arkalezard

1 messages Β· Page 1 of 1 (latest)

fleet valeBOT
potent fossil
#

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?

narrow cobalt
#

Each time, we are starting a payment we are generating a new PaymentIntent.

potent fossil
#

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)?

narrow cobalt
#

yes

#

Prod or testing platform?

full mauve
#

Hello πŸ‘‹
Taking over as toby needs to step away

narrow cobalt
full mauve
#

And just to make sure we're on the same page, you're using PaymentSheet in your app, correct?

narrow cobalt
#

yes

#

an we switch on the automatic system to handle payment methods

full mauve
#

hmm I do see that Apple Pay has been disabled on the account
and the PaymentIntent isn't created by a platform either.

narrow cobalt
#

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

full mauve
#

I see. Digging deeper to see what I can find

narrow cobalt
#

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?

full mauve
#

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 πŸ™‚

narrow cobalt
#

Thanks

full mauve
#

One option is to just not pass following while creating a PaymentSheet

configuration.applePay = .init(
  merchantId: "merchant.com.your_app_name",
  merchantCountryCode: "US"
)```
narrow cobalt
#

I'm sharing your feedback to my team. We are testing

full mauve
#

πŸ‘

civic hollow
#

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"]

full mauve
#

Yeah I don't think the dashboard can currently control Apple Pay in PaymentSheet