#jatinpatel0708_api

1 messages · Page 1 of 1 (latest)

dark sageBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1300684824914427947

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

fierce sedge
#

Hi, I need to create a transfer from my Stripe account to a connected account, as well as a transfer from the connected account back to my Stripe account.

Error Message: Cannot create account debit on this account; please contact us via https://support.stripe.com/contact with details for assistance.

royal crown
fierce sedge
#

Okay

#

Thanks, Jack

#

How can I change a connected Standard account to an Express account?

royal crown
#

No you can't change the account type

fierce sedge
#

Okay, Thanks Jack

fierce sedge
#

Hi Jack,

I have a quick question regarding the status of the connected account. I’ve integrated an Express account, but its status shows "Enabled." Does this mean it has been connected successfully? In contrast, the Standard account status shows "Complete."

Could you please explain the difference between these statuses or share a documentation link for my reference?

Thanks!

royal crown
fierce sedge
#

Thanks

#

I’m trying to create a Stripe Connect Express account, but I'm unsure which code snippet to use.

Snippet 1:
$stripe_account = $stripe->accounts->create([
'country' => 'US',
'metadata' => [
'HOOK_TYPE' => 'SELLER_CREATE_ACCOUNT',
'uuid' => $seller->uuid,
],
'type' => 'express'
]);

Snippet 2:

$stripe->accounts->create([
'country' => 'US',
'email' => 'jenny.rosen@example.com',
'controller' => [
'fees' => ['payer' => 'application'],
'losses' => ['payments' => 'application'],
'stripe_dashboard' => ['type' => 'express'],
],
]);

I am receiving a message on the Stripe Connect account details screen. Which code snippet should I use to successfully create a connected Express account?

royal crown
#

Both works, the next step is to start onboarding by filling the necessary information for the connected account