#iron225 - account capabilities

1 messages ยท Page 1 of 1 (latest)

proven oak
#

What kind of connected accounts are you using? Express, Custom, or Standard?

sly cedar
#

I'm using this test account

#

according to the docs, it is Express and Custom account

proven oak
#

From that error message, it sounds like the account still needs info to be filled out so it can make transfers. Trying to find our doc on that specifically

sly cedar
#

ok, let me try

#

so is it possible to transfer using test account?

proven oak
#

Yes, you just need to set up each account with the proper info for it

sly cedar
#

hi @proven oak

long blaze
#

๐Ÿ‘‹ @proven oak had to head out, but if you have a question let me know

sly cedar
#

hi karbi

#

I tried several times, but I cant transfer using test stripe account.

#

I have to confidence that the transfer is all well using test stripe.

#

I need your help

long blaze
#

Are you seeing a particular error? Do you have a request ID for the transfer request?

sly cedar
#

well, Im a beginner, so how can I get that request id?

long blaze
sly cedar
#

req_i2JPJIrojQb6Qq

#

insufficient_capabilities_for_transfer

#

have any idea?

#

hi @long blaze

long blaze
#

๐Ÿ‘‹ I'm still looking, we juggle multiple things in this channel so sometimes it takes a bit longer to get a response. Give me just a few more minutes

sly cedar
#

sorry for late

#

I cant visit that url

#

error log is left, but event is none

haughty mason
#

When I look at the event I see the past due requirements are as follows:
past_due: [
"business_profile.url",
"individual.email",
"individual.id_number"
],

sly cedar
#

the failed transfer didn't displayed in event screen

haughty mason
#

The object displays in the Logs underneath the warning message. But that is not needed here because I have shared with you the information that is missing from your connected event

sly cedar
#

so what is the solution?

#

I just use this test account

haughty mason
#

You need to provide that information for your connected account

#

That's a bank account number

#

You need to provide the fields I shared with you

sly cedar
#

acct_1AF7hPE6KZSMDs3o

haughty mason
#

This account is not completely set up. That's why you cannot make transfers.

#

You can get assistance with completing your account by contacting support

lost pagodaBOT
#

:question: Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact

sly cedar
#

oh no...

#

I just use test account to transfer. not real account

#

๐Ÿ˜ญ

haughty mason
#

Test accounts need to be properly configured. We design our test mode to be a good representation of the expected behavior in live mode.

#

I know it's a pain when you are trying to get started, but imagine how much worse it would be if you couldn't predict how Stripe would behave once you went live.

sly cedar
#

well, that is the live account.

#

I have to change something that previous dev was made

#

it works in live...

haughty mason
#

The test accounts still need to pass all necessary validation criteria to have transfers and payouts enabled.

sly cedar
#

thanks, I'm contacting with the support team

serene patio
#

Hi
I am facing some issue with Stripe Subscription API with connected accounts

#

//Subscription
try {
$subscription = \Stripe\Subscription::create([
"customer" => "cus_xxxxxxxx",
"items" => [
["price" => "price_xxxxxxxxxxxxxx"],
],
"expand" => ["latest_invoice.payment_intent"],
"application_fee_percent" => 50,
"transfer_data" => [
"destination" => "acct_xxxxxxxxxx",
],
]);
}
catch (\Exception $e) {
var_dump($e->getMessage());
}

#

Showing incomplete