#sandeepdil
1 messages · Page 1 of 1 (latest)
hi
Hello
Checking in to this. It is strange that the files are not showing up in the response
but in request body i have attached bank verification document file id
Can you try this call again but use the file_identity_document_success test string for both file names? https://stripe.com/docs/connect/testing#test-file-tokens
Yep I see both file IDs, I am not sure why they are null in the response but I am still looking.
ok so do i need to use "file_identity_document_success" insted of document file id ?
like this
"documents": {
"bank_account_ownership_verification": {
"files": ['file_identity_document_success']
}
}
I am not sure if you need to use that string or not. Can you try that right now and let me know if it succeeds?
ok wait...
Thank you for testing that. I am currently looking in to our logs to see what other users pass in to that field in test mode. I am still unsure why these files are not showing up in the response
ok please check , i need your help 🙂
Still looking. I reached out to a colleague. Apparently this endpoint was having issues last week, we are checking if this is the same kind of issue
My colleague pointed out that in the response we are not showing any requirements on the external account in your response:
object: "list",
data: [
{
id: "ba_1N2wnnCtNJf2o0GBcgGWZ7Ql",
...
requirements: {
currently_due: []
errors: []
past_due: []
pending_verification: []
},
...
},
],```
So it looks like we are getting the file, it just doesn't show up in the response.