# Problem We'll need to add properties from the `verification` hash to the `StripeConnectAccount`. In particular: - `verification_disabled_reason` - `verification_due_by` - `verification_fields_needed` - can format as a list; in Ecto is an `{:array, :string}` Needs: - [x] migration - [x] new model tests - [x] new fields on the model - [x] change the update changeset