v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Refresh Account data

Refreshes the data associated with a Financial Connections Account.

post/v1/financial_connections/accounts/{account}/refresh

Path parameters

accountstring required

Response

Successful response.

category'cash' | 'credit' | 'investment' | 'other' required

The type of the account. Account category is further divided in subcategory.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

display_namestring nullable

A human-readable name that has been assigned to this account, either by the account holder or by the institution.

idstring required

Unique identifier for the object.

institution_namestring required

The name of the institution that holds this account.

last4string nullable

The last 4 digits of the account number. If present, this will be 4 numeric characters.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

object'financial_connections.account' required

String representing the object's type. Objects of the same type share the same value.

permissionsstring[] nullable

The list of permissions granted by this account.

status'active' | 'disconnected' | 'inactive' required

The status of the link to the account.

subcategory'checking' | 'credit_card' | 'line_of_credit' | 'mortgage' | 'other' | 'savings' required

If category is cash, one of:

  • checking
  • savings
  • other

If category is credit, one of:

  • mortgage
  • line_of_credit
  • credit_card
  • other

If category is investment or other, this will be other.

subscriptionsstring[] nullable

The list of data refresh subscriptions requested on this account.

supported_payment_method_typesstring[] required

The PaymentMethod type(s) that can be created from this account.