# Create Data Source (deprecated) Create a new data source for the bank data. Endpoint: POST /banks/datasources Version: 2 Security: apiKey ## Request fields (application/json): - `name` (string) Name of a data source of a storage. Example: "Internal customers" - `type` (string) Type of access to the data source. Enum: "PRIVATE", "ORGANIZATION" - `dataTransformationId` (string) The ID of an existing data transformation, which will be used to transform raw records into bank accounts. Example: "72d6900fce6b326088f5d9d91049e3e6" ## Response 200 fields (application/json): - `name` (string) Name of a data source of a storage. Example: "Internal customers" - `type` (string) Type of access to the data source. Enum: "PRIVATE", "ORGANIZATION" - `dataTransformationId` (string) The ID of an existing data transformation, which will be used to transform raw records into bank accounts. Example: "72d6900fce6b326088f5d9d91049e3e6" - `id` (string) Unique identifier for a Data Source of the Storage. Example: "648824a691d8d2503d65103e" - `creationUser` (string) Unique ID of a user. Example: "johndoe" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:46:42Z" - `modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-08-29T09:46:42Z"