#mama-account-creation
1 messages ยท Page 1 of 1 (latest)
Hello! Please don't share your personal information (like emails) this is a public channel
CAn you give me some more details about where you're seeing them as restricted?
On my website, I can create connected accounts for all countries except the USA; it doesn't allow me to do so.
Are you getting an error? Do you have a request ID I could take a look at?
๐ no worries and taking over here
I see that request sucessfully created an account
no
Look at the picture, it says restricted due to the TIN.
My website requires connected accounts from all countries, and I have no issues with any except for the USA; it restricts them and asks for the TIN number.
Yes it's the requirements different per country. This is just test mode so you can provide a random value to continue testing
If I already know, how do I provide this TIN?
y use php:
i use php:
"id_number"=> $dni
],
"external_account" => [
"country" => $paisCuenta,
"currency" => $currency,
"account_number" => $iban ,
"routing_number" => $enrutamiento,
"object" => "bank_account"
],
If I already provide the ID_number from my website using the app, why does it ask me again and restrict the account?
Hey, this is not the typical rookie error of how to make a charge. I follow the steps correctly, get a 200 OK, and then the account gets restricted. Something is happening.
It's not something is happenning, it's simply that we allow an Account to be created successfully first, but we will require more requirements after and you will need to provide all the requirements for the account to be activated
Here, you would want to call Retrieve Account to see what is the current requirements property
If something happens, I provide all the requirements through the API, and I have reviewed them. Explain to me how it can give a 200 OK and then restrict the account.
req_coiFgwDUpRHnTN
Sorry but I already explained above. We returns 200 first allowing to create the Account, but then we provide requirements, which needs to be fullfilled to activate
It's totally normal for an account be created, but still not activated
Okay, you're right, sorry. Could you help me complete the missing requirement?
Okay, I need to activate it through the API, can you help me?
In this request: req_coiFgwDUpRHnTN, what do I need to activate it, and how do I provide it from my website using the API?
Sure, I would suggest starting with this Doc first
It guides you how to call the Retrieve Account API to find out the requirements
I have read all the requirements, and still, it doesn't accept it.
Can you tell me how to input the TIN number in PHP?
hi ??
What do you mean by doesn't accept?
Can you share what you did and the error you had
have read what you told me. I'm not a native speaker, so it's a bit challenging for me, sorry ๐ It seems the tax_id is missing.
I've resolved it, it seems. As you told me, if it's pending, I have to check the past_due, and in this case, it's the tax_id, which translated to my language is the TIN. Thanks, man, and I'm sure I've tested your patience. The boss was pushing me, and I had to get the job done
have a nice day that's all ๐ THANK YOU !!!!