#Tyler
1 messages · Page 1 of 1 (latest)
i've also tried
account = stripe.Account.modify(
account_id,
business_website="https://www.new-example.com",
)
it says the parameter isn't recognized
You'll want to look at the requirements hash to figure out what fields specifically need to be updated. I'd recommend doing an Account retrieve via the API to get the Account object: https://stripe.com/docs/api/accounts/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Here's more information on doing that: https://stripe.com/docs/connect/identity-verification-api