Attributes
- idstring
Unique identifier for the object.
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- institution_
namestring The name of the institution that this authorization belongs to.
- livemodeboolean
Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - statusenum
The status of the connection to the Authorization.
Possible enum valuesactiveStripe is able to retrieve data from the Authorization without issues.
inactiveStripe cannot retrieve data from the Authorization.
- status_
detailsobject Details on the status of this Authorization.
- status_details.
inactivenullable object Details related to the inactive status of this Authorization.
- status_details.
inactive. actionenum The action (if any) to relink the inactive Authorization.
Possible enum valuesnoneThere is no action recommended at this time to resolve the inactive Authorization.
relink_required You may relink the inactive Authorization by having your end user complete the streamlined relink flow.
{ "id": "fcauth_1NSlnc2eZvKYlo2CoamIONix", "object": "financial_connections.authorization", "institution_name": "StripeBank", "livemode": false, "status": "active", "status_details": {}}