#hoang-ssn

1 messages · Page 1 of 1 (latest)

scarlet spruce
#

hi there! are you trying to test Connect?

thorn peak
#

yep

#

current I'm test work with test default

#

but some case verify ssn

#

I don't know process it

scarlet spruce
#

are you using custom/express connected accounts?

thorn peak
#

I'm using custom connect account

scarlet spruce
thorn peak
#

yep

#

but I see, with key test

#

I can't update profile account

#

when I use key live

#

stripe return for me a error

#

You cannot use this method on your own account. you may only use it on connected accounts

scarlet spruce
thorn peak
#

current, I don't see request id

#

this is request id: req_eN3IWUymi5gGbb

scarlet spruce
#

there's no error though?

#

how are you trying to update the profile account

thorn peak
#

stripe.Account.modify(
account_id=account_id,
individual=individual,
business_profile={
"url": settings.BASE_URL,
"mcc": "5045",
},

#

I call api

#

with my data

#

stripe.Account.modify(
individual : {
"address": {
"line1": "11324 east apache street",
"city": "Tulsa",
"postal_code": "74116",
"state": "oklahoma",
"country": "US"
},
"first_name": "linh",
"last_name": "vo",
"dob": {
"day": "16",
"month": "06",
"year": "2004"
},
"email": "linhvo10@yopmail.com",
"phone": "+1 202 555 0194"
},
"account": "acct_1LBCYeQq1OwyYiSn"
)

scarlet spruce
#

i'm a bit confused right now - req_eN3IWUymi5gGbb doesn't show an error. What is the request id where you're seeing an error?

thorn peak
#

I did not found that request-id error

scarlet spruce
#

where did you see that error? do you have a screenshot?

thorn peak
#

I think this is id

#

req_0C8nGc2J5Gdodz

#

this is my screen

scarlet spruce
thorn peak
#

current, my account is connect account

earnest quail
#

Hi @thorn peak I'm taking over this thread

#

Give me a sec to catch up

thorn peak
#

yep

earnest quail
#

Can you do this instead?

"acct_1LBCYeQq1OwyYiSn", ...)```
thorn peak
#

yep. thank @earnest quail , @earnest quail . I updated it

thorn peak
#

hello @earnest quail and @scarlet spruce

#

I have a question

#

when I enter last four ssn

#

i must verify multiple step

#

does stripe support any api so i can verify them under my platform?

earnest quail
thorn peak
#

when i enter a ssn

#

I see require Identity document

#

but when i update info on dashboard

#

I only see reupdate ssn true

#

if I update true ssn, but stripe verify wrong

#

I have to update verification.document?

earnest quail
#

You should always check the account's requirements array for the list of required info.

thorn peak
#

yep. I will try it

#

thank you