#dishant0144_32519
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dishant0144_32519, 47 minutes ago, 122 messages
- dishant0144_32519, 19 hours ago, 17 messages
- dishant0144_32519, 20 hours ago, 30 messages
- dishant0144_32519, 22 hours ago, 6 messages
- dishant0144_32519, 23 hours ago, 20 messages
- dishant0144_32519, 1 day ago, 10 messages
and 4 more
Yes, if you're a platform doing direct charges. The domains need to be registered on the connected accounts via the API, and each domain needs to Apple file uploaded
Okay using API I can register the domains
but what about the Apple file?
All myconnected should have the same domain
for ex. platform domain is abc.com and my one connected account has xyz.abc.com, second have qqq.abc.com
so the abc.com is the same
so where can I place the file?
At abc.com/.well-known/...
okay that means in my main doman I can put that file and all my connected account use the same file
Right?
So I only ned to register the domain the file I can download it from dashbaord and then place it under abc.com
Am I getting it right?
Yes
??
what about my other question!
It's the same question just phrased differently. You only need to add the file once to abc.com yes
But each subdomain needs to be registered with us
Okay
Got it
No need of separate files for all connected accounts
Thanks
Just need to register the sub domains when it's created under my platform account
Right?
Yes using API
Got it
Also I am having issue in ACH integration in payment element
Like it is showing me in test mode but in console it is giving warning that this payment method is not activated
But it is activated under connected as well as platform account
Are you using the deferred on non-deferred flow?
How are you initialising the Payment Element? What does your code look like?
The exact code including the options hash
Also, make sure you've actually enabled the payment method in your live mode settings for the account
this is how I am loading the element
I passed the us_bank_account still in console warning it shows this
Yes, you're using the deferred flow where you create the intent after collecting payment details. Because you're passing paymentMethodTypes parameter we will show the ACH PM in test mode despite in being disabled
Can you share the acct_xxx ID of the connected account
It's disabled on live mode as I explained: https://dashboard.stripe.com/settings/payment_methods/connected_accounts?config_id=pmc_1OJfAfFe0vn1lMmXkpI8SfOm
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Okay
That I enable when I push this code to live
so then this issue will resolve
right?
Yes
in this example yes
okay
as far as I am using direct charges for my connected account that means I only have to enable methods for connected account only
Pls let me know if I misunderstood the flow