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"
Body
The identifiers for the account. At least one of number
or iban
must be specified. Account number or IBAN can be specified for international accounts. For domestic accounts, only account number is required.
The names of the account owners.
1
The type of customer in the external financial institution. Not necessarily the customer type on Synctera's platform: a business customer might link to the owner's personal account at an external financial institution.
BUSINESS
, PERSONAL
The type of the account
CHECKING
, SAVINGS
The identifier for the business customer associated with this external account. Exactly one of business_id
or customer_id
must be specified.
"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
must be specified.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
User-supplied metadata
A user-meaningful name for the account
1
"Vacation savings"
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
"abcdef_ghijkl"
The ID of the vendor account, will be empty for MANUAL vendor
1
"blgvvBlXw3cq5GMPwqB6s6q4dLKB9WcVqGDGo"
Information about the account verification process. If the account has not been verified, this will be null.
Response
The external account added.
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.