---
title: "Upload \"checking account\" file to customer"
method: POST
path: "/customers/{id}/files/checking-account"
---

# Upload "checking account" file to customer

`POST /customers/{id}/files/checking-account`

## Path parameters

- `id` string, required

## Request body

- object
  - `providerId` string, required — The ID of the provider associated with the file
  - `file` object
    - `file` string — The file content encoded as a base64 string
    - `fileName` string — The name of the file being uploaded
    - `fileType` string — The type of the file (e.g., xlsx, xls)
  - `sfFiles` object[] — Optional list of Salesforce files to associate with the customer
    - `sfObjectId` string — The Salesforce object ID associated with the file
    - `sfObjectName` string — The Salesforce object name associated with the file
  - `useCrm` boolean — Flag indicating whether to use CRM for the process

## Response `204`

Uploaded successfully

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
