Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
An idempotency key is an arbitrary unique value generated by client to detect subsequent retries of the same request. It is recommended that a UUID or a similar random identifier be used as an idempotency key. A different key must be used for each request, unless it is a retry.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Path Parameters
External Account ID
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Body
External account to be updated
The names of the account owners.
The currency of the account in ISO 4217 format
"USD"
A user-meaningful name for the account
1
"Vacation savings"
The type of the account
CHECKING
, SAVINGS
Information about the account verification process. If the account has not been verified, this will be null.
Response
Updated external account
The names of the account owners. Values may be masked, in which case the array will be empty.
"2010-05-06T12:23:34.321Z"
External account unique identifier
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
"2010-05-06T12:23:34.321Z"
The current state of the account
ACTIVE
, CLOSED
, DELETED
The type of the account
CHECKING
, CREDIT_CARD
, INVESTMENT_529
, MONEY_MARKET
, OTHER
, SAVINGS
Information about the account verification process. If the account has not been verified, this will be null.
The identifier for the business customer associated with this external account. Exactly one of business_id
or customer_id
will be returned.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
ISO 4217 alphabetic currency code
"USD"
The identifier for the personal customer associated with this external account. Exactly one of customer_id
or business_id
will be returned.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
"2010-05-06T12:23:34.321Z"
User-supplied JSON format metadata.
The official name of the account
"Plaid Checking"
A user-meaningful name for the account
"Vacation savings"
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
"abcdef_ghijkl"
The information provided to Synctera from the vendor. Interpretation of this object is up to the client.