#edb - Custom Connect
1 messages ยท Page 1 of 1 (latest)
Hi ๐
What is shown when you query the API for this custom account? Specifically what is in the requirements property?
Here is the payload I send to test:
stripe accounts create \
--country=MX \
--type=custom \
--email=test@user.com \
--business-type=individual \
-d "capabilities[card_payments][requested]"=true \
-d "capabilities[transfers][requested]"=true \
-d "tos_acceptance[ip]"=192.168.0.1 \
-d "tos_acceptance[date]"=1657559541 \
-d "business_profile[product_description]"="Example product description." \
-d "business_profile[mcc]"=8299 \
-d "external_account[object]"=bank_account \
-d "external_account[country]"=MX \
-d "external_account[currency]"=MXN \
-d "external_account[account_number]"=000000001234567897 \
-d "individual[email]"=test@user.com \
-d "individual[first_name]"=John \
-d "individual[last_name]"=Doe \
-d "individual[id_number]"=000000000 \
-d "individual[phone]"=+528180121234 \
-d "individual[address][line1]"=address_full_match \
-d "individual[address][city]"=Monterrey \
-d "individual[address][state]"="Nuevo Leon" \
-d "individual[address][postal_code]"=64780 \
-d "individual[address][country]"=MX \
-d "individual[dob][day]"=11 \
-d "individual[dob][month]"=11 \
-d "individual[dob][year]"=1988
And when I retrieve the account details:
"dob": {
"day": 11,
"month": 11,
"year": 1988
},
...
"requirements": {
"alternatives": [],
"current_deadline": null,
"currently_due": [],
"disabled_reason": null,
"errors": [],
"eventually_due": [],
"past_due": [],
"pending_verification": []
},
and the status is verified
Per the documentation, I would expect the account to remain unverified and I guess a new requirement would be added requesting identity documents to verify the user's details
These changes usually take a few minutes or so. Has this persisted with this account?
What is the current status ?
I just retrieved the account details again and it's still the same. Looks like a bug to me
Do you have an Account ID I can check?
acct_1LLVuqDEw85cvrCd
thanks, looking
Okay great. I don't see anything else incorrect here so I should be able to raise this internally.
Thanks. How can I get a follow-up from you guys?
You can write into Support (https://support.stripe.com) and include my screenname in the Subject line. I'll grab it and respond with what I get back from our team.
ok, thanks. How many business days should I wait before checking in?
You can send the email now and I'll reply letting you know I've got it. Then I'll respond with whatever I hear back.
great, thanks
I have another question about the Fees I'm seeing on the dashboard. Shall I ask here or open another thread?
Unfortunately we know very little about fee structures on this server. We are focused on developers using our APIs. Writing in to Support on a separate ticket is the best way to get a discussion going on fees.
Ok, thanks. Appreciate your help ๐๐ป Iโve written in to support referencing your username so I await your update. Have a great day!