#julio_henrique

1 messages · Page 1 of 1 (latest)

shut siloBOT
raven tinsel
#

Based on that error, it sounds like you're passing the ID of a Stripe Account that your Platform did not create.

You can only create Account Links for Accounts that your Platform created.

#

Can you share the ID of the request (req_xxx) that returned that error so I can take a closer look?

brazen ferry
#

This account field is the client ID or the company ID. For example, my company is a Nauvus, I need to fill the account field with Nauvus ID or the client ID?

raven tinsel
#

Thank you. Yeah, it looks in that request you provided the ID that belonged to the account that was making the request, however you want to provide the ID of a Connected Account that you created.

Do you know what type of Connected Account you plan to use (Standard, Express, or Custom)?

brazen ferry
#

Let me check

#

Standard, Express and Custom are selected

raven tinsel
#

And which one are you planning to use? Or do you have a scenario where you need to use all three different types?

brazen ferry
#

Let me check

raven tinsel
#

Actually, let me take a step back. Are you trying to build a process that leverages Stripe Connect?
https://stripe.com/connect
Connect is used when you want to have an account that you control (the Platform Account) but you also need/want to have a Stripe account for other parties involved in your business (merchants, vendors, service-providers, etc). It allows you (the Platform) to create Stripe accounts for these other parties known as Connected Accounts.

brazen ferry
#

Yes, you are right

#

Where could I find the account ID for Connect?

raven tinsel
#

Awesome. The short version of the answer that I'm working towards, is that you need to first create the Connected Account and then pass the ID of the newly created account when creating the Account Link.

We have guides that walk through the process, but they are specific to the type of account that you plan to use. I can help route you to them once we know what type of account you're planning to use. The types are listed for comparison here:
https://stripe.com/docs/connect/accounts
but the decision also goes hand-in-hand with the type of charge structure that you want to use (we recommend certain charge structure/account type combinations):
https://stripe.com/docs/connect/charges

brazen ferry
#

Let me check the account type

#

Could be this number?
ca_M5hfuYRwm8gOjtI8....Qo

raven tinsel
brazen ferry
#

Ok.

#

{
"id": "acct_1LGAKLDzAhtMdgod",
"object": "account",
"capabilities": {
"acss_debit_payments": "active",
"affirm_payments": "active",
"afterpay_clearpay_payments": "active",
"bancontact_payments": "active",
"card_payments": "active",
"eps_payments": "active",
"giropay_payments": "active",
"ideal_payments": "active",
"link_payments": "active",
"p24_payments": "active",
"sepa_debit_payments": "active",
"sofort_payments": "active",
"transfers": "active",
"us_bank_account_ach_payments": "active"
},
"charges_enabled": true,
"country": "US",
"default_currency": "usd",
"details_submitted": true,
"payouts_enabled": true,
"settings": {
"bacs_debit_payments": {},
"branding": {
"icon": "file_1LVgxqDzAhtMdgodWUl1j2PR",
"logo": null,
"primary_color": null,
"secondary_color": null
},
"card_issuing": {
"tos_acceptance": {
"date": null,
"ip": null
}
},
"card_payments": {
"statement_descriptor_prefix": "NAUVUS",
"statement_descriptor_prefix_kana": null,
"statement_descriptor_prefix_kanji": null
},
"dashboard": {
"display_name": "Nauvus",
"timezone": "America/New_York"
},
"payments": {
"statement_descriptor": "NAUVUS",
"statement_descriptor_kana": null,
"statement_descriptor_kanji": null
},
"payouts": {
"debit_negative_balances": true,
"schedule": {
"delay_days": 2,
"interval": "manual"
},
"statement_descriptor": null
},
"sepa_debit_payments": {}
},
"type": "standard"

#

Is it correct?

raven tinsel
#

Is what correct? The account object that you're showing there is the same Account that you tried using in the request that returned the error.

brazen ferry
#

Yes, I am using this Account ID and getting the error. Do I need another account ID?

raven tinsel
#

Yes, you need to create a Connected Account.

brazen ferry
#

Ok. Let me check if the company already created it.

raven tinsel
#

You the Platform should have created it.

brazen ferry
#

I think so. I asked to CTO verify with his user.

#

Please, could you check if there is Connected Account for us?

raven tinsel