Currently bank account removal reason shows up in meta['balanced.noc_reason'] in bank accounts. This can potentially edited or removed by users. This should show up in a new field, like noc_reason.
noc_reason is going to be useless on the majority of bank accounts. why not fire an event (e.g. bank_account.invalidated) and include some meta information in that event?
Currently bank account removal reason shows up in
meta['balanced.noc_reason']
in bank accounts. This can potentially edited or removed by users. This should show up in a new field, likenoc_reason
.Reference: https://github.com/balanced/balanced-dashboard/issues/1619