#fakossa_api

1 messages ¡ Page 1 of 1 (latest)

torpid zealotBOT
#

👋 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/1339601745743183964

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

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.

crystal basin
#

The api documentation says :"Use the Create Account API to create a connected account whose type is set to express. You can pre-fill any information, but you must at least specify the type. By default, the account's country is the same as that of your platform. The account can confirm or modify this selection during registration.

If you know the country and functionalities of your connected account, you can provide this information when creating the account. The Connect Onboarding registration flow then collects the requirements for these features. To reduce the registration effort, request only the features you need."

#

Here is an exemple of the json sent previoulsly.

{
"id": "acct_1Qs0PmPuNW60K11s",
"object": "account",
"business_profile": {
"annual_revenue": null,
"estimated_worker_count": null,
"mcc": "7699",
"name": "repairHub ok",
"product_description": null,
"support_address": null,
"support_email": null,
"support_phone": null,
"support_url": null,
"url": null
},
"business_type": "company",
"capabilities": {
"card_payments": "inactive",
"transfers": "inactive"
},
"charges_enabled": false,
"company": {
"address": {
"city": "pantin",
"country": "FR",
"line1": "25, rue victor hugo",
"line2": null,
"postal_code": "93500",
"state": null
}

#

You can see that address and mcc number are filled in

#

But I had to enter it again, despite what the doc says

#

The doc also says "If you have already collected information for your connected accounts, you can pre-fill this information in the Account object. You can pre-populate any account information, including personal and professional information, external account information, etc."

hollow badger
#

I don't understand hwo the request you shared is related, that seems to be using a completely different API.

#

Ah

#

"country": "FR",

#

this is the issue

#

there are special rules about handling personal information (PII) in France

#

You need to collect this in your client app and use Stripe.js to create account tokens, then use those account tokens to send the information to the accounts API.

crystal basin
#

ok. I'm using bubble (nocode tool). I can't do it without using stripe.js? And what about the FR issue?

#

ah no ok for the last question

hollow badger
crystal basin
#

ok thanks, I'll dig that

hollow badger
crystal basin
#

it seems possible. I'll check that

#

thanks

hollow badger
#

NP!

crystal basin
#

last question if you are still here. Why do test account connaot remain active? It always turn inactive and I don't know why. I have something special to do?

hollow badger
crystal basin
#

Ok, I get that, but for testing purposes, I won't be able to send real informations. Does that mean that A test account will always turn inactive?

hollow badger