ENTERPRISE
Connector.Account
MULTI_TENANT
Ingest accounts
Takes a list of accounts and the corresponding user ID.
post/connector/users/{externalUserId}/accounts
Path parameters
externalUserIdstring required
External identifier for the user.
Request body
Example request
{
"accounts": [
{
"availableCredit": 20000,
"balance": 7000,
"exclusion": "NONE",
"externalId": "2d3bd65493b549e1927d97a2d0683ab9",
"flags": [
"MANDATE"
],
"name": "Enkla sparkontot",
"payload": {},
"reservedAmount": 2000,
"type": "CREDIT_CARD"
}
]
}Response
Accounts created.
Changes
No recorded changes to this endpoint across all 9 revisions of this API.