---
title: "Crear Customer Collection Account"
method: POST
path: "/customer-collection-accounts"
---

# Crear Customer Collection Account

`POST /customer-collection-accounts`

## Request body

- object
  - `customer` string, required — ID del customer
  - `institution_id` string, required — Id de la institución financiera o proveedor de la cuenta
  - `account_number` string, required — Numero de cuenta que recepcionará los fondos
  - `account_type` 'sight_account' | 'checking_account', required — Tipo de la cuenta
  - `government_id` string — Identificador personal del Customer en caso de omitirse se obtendrá el registrado del customer
  - `currency_code` 'CLP' | 'CLF' — código de moneda de la cuenta, en caso de omitirse se tomará el default del país
  - `subscription` string — ID de la subscription, en caso de omitirse se tomará la cuenta para el customer en general

## Response `201`

201

- object
  - `customer` string
  - `subscription` unknown
  - `institution_id` string
  - `account_number` string
  - `account_type` string
  - `government_id` string
  - `currency_code` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/trytoku/apis/toku-api.md) · [All operations](https://skmtc.net/trytoku/apis/toku-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trytoku/toku-api/versions/30699b13e0d0/schema)
