---
title: "Automatically fails KYC level 1 verification"
method: POST
path: "/superuser/kyc/pf-free/fail-kyc-level1"
tags: ["Sandbox Only"]
---

# Automatically fails KYC level 1 verification

`POST /superuser/kyc/pf-free/fail-kyc-level1`

Automatically mocks a KYC level 1 verification failure. User's KYC status doesn't change, but an entry is appended to the KYC history

## Request body

- PfFreeFailKycLevel1Input
  - `cpf` string, required
  - `birthDate` string, required — Birth date of the owner/partner
  - `fullName` string, required
  - `defaultWallet` string — Default wallet where BRLA tokens will be minted to in case a buy/static-pix ticket was not created

## Response `201`

Level 1 failed

- PfFreeFailKycLevel1Output
  - `id` string, uuid

## Other responses

- `400` — Input could not be validated
- `401` — Authorization failure
- `403` — Operation available only in sandbox environment
- `429` — Rate limited
- `500` — Error internal to the server which probably shouldn't have happened, try again later

---

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