added
Extended Connection Statuses
over 1 year ago by Gilbert Holland-Lloyd
To enhance the visibility of our connection statuses, we have added the property extendedStatus
which will house some enumerable values to explain the status of the connection further.
Currently, the only status available is expired
which will be set on a connection if the consent with the bank has expired. In this scenario, the connection will need to be reauthed or reconsented. (See 90 Day Reconsent or Connection lifecycle)
The enumerable values for this field will be added to, we do not recommend adding a
default
catch of logic for this field in the event more values are added.