#dishant0144_32519

1 messages · Page 1 of 1 (latest)

gentle lindenBOT
#

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.

rose sapphire
#

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

tranquil tendon
#

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?

rose sapphire
#

At abc.com/.well-known/...

tranquil tendon
#

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?

tranquil tendon
#

what about my other question!

rose sapphire
#

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

tranquil tendon
#

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?

rose sapphire
tranquil tendon
#

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

rose sapphire
#

Are you using the deferred on non-deferred flow?

tranquil tendon
#

I don't get it !

#

I am using stripe's payment element just to let you know

rose sapphire
#

How are you initialising the Payment Element? What does your code look like?

tranquil tendon
#

I am intializing using js

#

stripe.create('payment', option)

rose sapphire
#

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

tranquil tendon
#

this is how I am loading the element

#

I passed the us_bank_account still in console warning it shows this

rose sapphire
#

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

tranquil tendon
#

acct_1EtzRBKo71sfOhmE

rose sapphire
tranquil tendon
#

Okay
That I enable when I push this code to live

#

so then this issue will resolve
right?

rose sapphire
#

Yes

tranquil tendon
#

okay
So I only need to enable the method for connected account only

#

right?

rose sapphire
#

in this example yes

tranquil tendon
#

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

rose sapphire