Bank Accounts now include a status enum that replace multiple fieldsBreaking changes
What’s new
Replaces the disabled
, validated
, and verified
properties on the Bank Account
object with a status
enum property.
Impact
Replacing the Bank Account
object properties with status
enum simplifies the account status representation.