#inakiagudo_25627
1 messages ยท Page 1 of 1 (latest)
We're not really familiar with Chargebee at all here. Can you help me understand how Stripe is relevant?
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 ๐ฆ
Where are you registering the domain? With Stripe, or at Chargebee?
Can you share an pi_xxx ID?
yep
Let me a second
pi_3OZLiVC1m0gQXjFn0Peu5DpO
This is one of the valid ones
If you need more, please ask for it ๐
Sure, will take a look in a moment

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
Do they have functionality in their app to register domains?
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.
You adding the domain in your Dashboard won't work in these Chargebee flows unfortunately
Thar configuration is not my responsability, so I don't know if I'm able to do it ๐
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
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!