#mark.at.deco
1 messages · Page 1 of 1 (latest)
Hi there, you can visit this page to know the required verification for various capabilities https://stripe.com/docs/connect/required-verification-information
yes, but how do I get the information entered?
You can either using API to update (https://stripe.com/docs/api/accounts/update#update_account), or create a account link with type=account_update and let your user update by themselves
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
where in account.update would i pass the "settings.bacs_debit_payments.display_name" ?
Yes you can update settings.bacs_debit_payments.display_name through API https://stripe.com/docs/api/accounts/object#account_object-settings-bacs_debit_payments-display_name
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
hmmm.. I see its in the account object, but the API docs do not have it in the update call
so the update docs are just missing it?
Sorry, I sent to wrong link. Yes the settings.bacs_debit_payments.display_name is missing in the update API.
ok.. thanks