#yony

1 messages · Page 1 of 1 (latest)

fossil ivyBOT
dim ore
pale bison
#

Ok checking

dim ore
#

But wait, you can't update the account type.

pale bison
#

Umm, actually we can not have keys and values pair outside a map. so instead i tried the following as the docs.

const account = await stripe.accounts.update( id: 'acc_xxx', { type: 'express', });

And got an error "Error: Received unknown parameter: type"

somber cosmos
#

Hi, I'm taking over my colleague.

#

Yes, that's expected, as "type" is not something you can update here.

pale bison
#

Ok got it, thanks. I have also added some additional parameters, which are causing a problem. give me a few minutes before you can close the thread.

#

Yeah, it does work when removing the other parameters and only passing the account id.

#

thanks @somber cosmos @dim ore

somber cosmos
#

What do you want to update on the account?

pale bison
#

I want to update the owner's address, SSN, and document identifier.

#

Is there an API to check if a user entered the correct address, SSN, and document identifier?

somber cosmos
#

What is the request you are sending, and what's the issue you're facing with it?

somber cosmos
pale bison
#

Ok, thanks for your help.

somber cosmos
#

Happy to help. Let me know if you have any other questions.

pale bison
#

That is all for now. thanks, you can close the thread now.