Whitelists

Import a CSV File with Bank Accounts

Import a CSV file with bank account data to by analyzed by several jobs.

SecurityapiKey
Request
Request Body schema: multipart/form-data
required
contentOrganization
string
file
string <binary>

CSV file with the following headers in the first line, order does not matter, International Account ID, International Bank ID, Country Code, National Bank ID, National Account ID.

Responses
200

ID of the created bank account storage.

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

406

Unsupported Media Type

503

Service Unavailable

post/v2/bankaccounts
Request samples
Response samples
{
  • "id": "string",
  • "createdAt": "string",
  • "user": "string",
  • "progress": 0,
  • "status": "SCHEDULED"
}