---
title: "Create a Disclosure"
method: POST
path: "/customers/{customer_id}/disclosures"
tags: ["Disclosures (deprecated)"]
deprecated: true
---

# Create a Disclosure

`POST /customers/{customer_id}/disclosures`

> **Deprecated.**

Disclosures to be made to customers

## Path parameters

- `customer_id` string, uuid, required

## Headers

- `Idempotency-Key` string

## Request body

- Disclosure1 — Represents a disclosure
  - `creation_time` string, date-time
  - `event_type` 'ACKNOWLEDGED' | 'DISPLAYED' | 'VIEWED', required
  - `id` string, uuid — Disclosure ID
  - `last_updated_time` string, date-time
  - `timestamp` string, date-time, required — Date of disclosure
  - `type` 'ACH_AUTHORIZATION' | 'CARDHOLDER_AGREEMENT' | 'E_SIGN' | 'FCRA' | 'KYC_DATA_COLLECTION' | 'MLA' | 'OWNER_CERTIFICATION' | 'PRIVACY_NOTICE' | 'REG_CC' | 'REG_DD' | 'REG_E' | 'SC_ACCOUNT_AGREEMENT' | 'SC_AUTO_PAYMENT' | 'SC_SECURITY_AGREEMENT' | 'TERMS_AND_CONDITIONS' | 'TILA', required — Disclosure Type
  - `version` string, required — Disclosure Version

## Response `201`

Created disclosure

- Disclosure1 — Represents a disclosure
  - `creation_time` string, date-time
  - `event_type` 'ACKNOWLEDGED' | 'DISPLAYED' | 'VIEWED', required
  - `id` string, uuid — Disclosure ID
  - `last_updated_time` string, date-time
  - `timestamp` string, date-time, required — Date of disclosure
  - `type` 'ACH_AUTHORIZATION' | 'CARDHOLDER_AGREEMENT' | 'E_SIGN' | 'FCRA' | 'KYC_DATA_COLLECTION' | 'MLA' | 'OWNER_CERTIFICATION' | 'PRIVACY_NOTICE' | 'REG_CC' | 'REG_DD' | 'REG_E' | 'SC_ACCOUNT_AGREEMENT' | 'SC_AUTO_PAYMENT' | 'SC_SECURITY_AGREEMENT' | 'TERMS_AND_CONDITIONS' | 'TILA', required — Disclosure Type
  - `version` string, required — Disclosure Version

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/revisions/b0d812e6cdd0/schema)
