#urvashi-connect

1 messages ยท Page 1 of 1 (latest)

mortal leaf
#

@buoyant pagoda hi! do you have the account ID acct_xxx that you've been testing with?

#

(bringing it into the thread, acct_1KEAkp2YlK9KbUWQ)

#

yeah, that does seem verified. It does sound like you uploaded failed.png I agree. Could be a bug and we don't properly recognise that image anymore unfortunately

buoyant pagoda
#

oh so now what

#

how can i test it

#

?

#

if i am using dob as 1901 /01/01 it is also getting verified .. I don't know what is wrong|
and what about this ?

mortal leaf
#

try supplying any date of birth that is not -1/1/1901 as that usually makes the account unverified in my experience.

buoyant pagoda
#

will it all work unverified for live ?

mortal leaf
#

not sure I understand that question.

buoyant pagoda
#

dob not working

#

as - saying invalid

mortal leaf
#

note we can't see what you pass (it's redacted for privacy reasons) but from the sound of the error there's some mistake in your PHP code probably and you're not passing an integer correctly!

#

try something like

"dob"=> [
      "day"=> "12",
      "month"=> "04",
      "year"=> "1984"
    ],
buoyant pagoda
#

yes i tested it for different account

somber nexus
#

Hey, taking over from @mortal leaf โ€“ let me catch-up

buoyant pagoda
#

ok

somber nexus
#

Yeah, seeming passing invalid values for the dob fields

buoyant pagoda
#

Yeah I just want to test unverified account

#

that is why i m passing invalid values but it is getting verified

#

on every invalid values

somber nexus
buoyant pagoda
#

acct_1KEC472VfvaOtwFn

somber nexus
buoyant pagoda
#

please check this acct_1KEC472VfvaOtwFn id

#

for dob

#

according to this .. if we will use unverified value it is also getting verified

somber nexus
#

That account has this DOB though: 1901-01-01

#

You need to use 1900-01-01

buoyant pagoda
#

ok now check it acct_1KECAJ2ZfVBovyNI

#

please

#

hey there ?

somber nexus
#

What would you like me to check?

buoyant pagoda
#

as you said 1900-01-01 will get me to unverified account right ?

#

but i have used it and it is getting verified .. that account id i sent you check that

somber nexus
#

Hmm, I see yeah

#

And you created a filk token using the provided failed.png right?

buoyant pagoda
#

yes

somber nexus
buoyant pagoda
#

i have used .. it for object like this

'verification' => [
'document' => [
'front' => 'file_identity_document_failure '

                                    ],
#

it says there is no file uploaded

#

how can i use this token correctly please let me know

somber nexus
buoyant pagoda
#

yah for unverified verification i am using failed.png

#

file

somber nexus
#

Yeah but instead of creating your own File objects/tokens, just use the ones provided at that doc link

buoyant pagoda
#

can you please tell me how .. ..

somber nexus
#

Can you share your code that makes the API call to create the account?

#

(leave out any PII)

buoyant pagoda
#

yes sure can i send file here ?

somber nexus
#

Yep

buoyant pagoda
#

ok

somber nexus
#

Or just paste it in

buoyant pagoda
somber nexus
#

Yep, so amend the verification field to be:

'verification' => [
  'document' => [
    'front' => 'file_identity_document_failure',
  ],
  'additional_document'=> [
    'front' => 'file_identity_document_failure',
  ],
]
buoyant pagoda
#

yah i used it

#

alredy and it says this file is available

#

let me send you exect result

somber nexus
#

I can see a failed API request where you actually provided file_additional_document_failure

#

Which is invalid, hence the error

buoyant pagoda
#

yes

somber nexus
#

It needs to be file_identity_document_failure

buoyant pagoda
#

ok

#

let me check

#

yepp yes it works ...

#

for file it is working but for dob still remaining

#

and other details

somber nexus
#

Seems fine to me, the account was created (acct_1KECiM2aGdfLQz6A) and is unverified

buoyant pagoda
#

Yes thank you .. file failure is working now.. but still other validations are not working

somber nexus
#

I'm not sure I understand. I thought you just wanted an unverified account?

buoyant pagoda
#

yes .. it is working fine

#

it should work for all unverified testing values .. right but .. for all it is not working that is why i am asking

somber nexus
#

I think you need to provide all unverified data for an unverified account. Otherwise it will be verified

#

What exactly are you trying to test/achieve?

buoyant pagoda
#

yes .. actually .. I have created all flow for success values .. now .. I need to send some responses for unvarified so that they can manage payment .. if account is verifed then only the can pay to that account right .. it should not be work for restricted

#

account

somber nexus
#

Payouts will be disabled, yes

buoyant pagoda
#

yah .. so every value should be verified .. i need to test it for all aspects thats is why i am asking for all

near oxide
#

@buoyant pagoda do you have a more specific ask about what isn't working? Not everything can be tested in Test mode

buoyant pagoda
#

yes dob

near oxide
#

but what is the exact issue? What is your code doing exactly, what example request id can I look at, wht do you see and what did you expect instead?

buoyant pagoda
#

is stripe provides that facillity at the time of verification dob is valid or not ? or do we need to create other validatioon process ..

for legal details will it work proper verification process ? I just want to assure for live verification process currently i am validating all as testing mode

near oxide
#

Yes Stripe verifies the date of birth, not on its own, with the rest of the data. We look up the information in various databases for example based on the name + dob + ssn

buoyant pagoda
#

ok .. thank you ๐Ÿ™‚ It helps me a lot .
Thank you so much ..