latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Data v2.Connector.Accounts
REGION.US
MULTI_TENANT
Ingest Accounts
Ingests new accounts into the Tink platform via the data v2 Connector.
post/data/v2/connector/accounts
Request body
Example request
{
"accounts": [
{
"accountName": "My Personal Account",
"balances": {
"availableBalanceIncludingCredit": "562098",
"bookedBalance": "2500",
"creditLimit": "100000"
},
"currencyCode": "SEK",
"displayAccountNumber": "SE15****8677",
"externalAccountId": "8be20d94229945ec9dd1f89d50f87c3e",
"externalUserId": "bf498934d7354f73941c1767eb46e4e1",
"type": "CHECKING"
}
]
}Response
A successful response.