#inakiagudo_25627

1 messages ยท Page 1 of 1 (latest)

mortal relicBOT
swift minnow
#

We're not really familiar with Chargebee at all here. Can you help me understand how Stripe is relevant?

cedar elm
#

Sure!
Chargebee uses stripe as a payment platform, and it let us manage user subscriptions using Stripe for Apple pay, by example.
When I "mount" the Apple pay button (to show it to the user), I create a payment intent and send it to Stripe to be authorized before consume it.
When I create the payment intent, stripe send and error about domain registration sometimes, but the registration (including merchand-id file verification) is already done.
My concern is that I don't understand why with an incognito window, Stripe set as verified the domain and I can use the Apple pay, and if I use a regular tab, sometimes fails the domain verification.
I cannot see anywhere any log on Stripe to check why this fails ๐Ÿ˜ฆ

swift minnow
#

Where are you registering the domain? With Stripe, or at Chargebee?

cedar elm
#

Stripe

#

And the merchant-id file is already verified

swift minnow
#

Can you share an pi_xxx ID?

cedar elm
#

yep

#

Let me a second

#

pi_3OZLiVC1m0gQXjFn0Peu5DpO

#

This is one of the valid ones

#

If you need more, please ask for it ๐Ÿ˜„

swift minnow
#

Sure, will take a look in a moment

cedar elm
swift minnow
#

Ok, yep. This is related to how Chargebee integration works. They essentially operate as a Connect platform, which your Stripe account is connected to. They make API requests on your behalf (like https://dashboard.stripe.com/test/logs/req_DfnOIKxqxxM8g7)

Because of this the Apple Pay domain registration needs to be done in a similar fashion, by Chargebee. See: https://site-admin.stripe.com/docs/payments/payment-methods/pmd-registration?platform=dashboard#register-your-domain-while-using-connect

Register and verify domains to use payment methods (including Link, Apple Pay, and Google Pay) in Elements.

#

Do they have functionality in their app to register domains?

mortal relicBOT
cedar elm
#

I'm not sure, I think that I connect with Stripe and then the Chargebee domain is configured. I can try to reconnect or create a new connection to be sure if you want.

swift minnow
#

You adding the domain in your Dashboard won't work in these Chargebee flows unfortunately

cedar elm
#

Thar configuration is not my responsability, so I don't know if I'm able to do it ๐Ÿ˜“

swift minnow
#

They are the ones that need to register the domain on your behalf. So this is likely somethign you're going to need to relay to them

cedar elm
#

Perfect, very much thanks.

#

You're awesome ๐Ÿ‘

fleet hazel
#

๐Ÿ‘‹ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!