---
title: "Update KYB Information Submitted"
method: PUT
path: "/customers/kyb"
tags: ["KYB"]
---

# Update KYB Information Submitted

`PUT /customers/kyb`

Updates an existing KYB submission for a business customer.

## Headers

- `api-key` string
- `api-secret` string

## Request body

- CustomersKYBUpdateDto
  - `customerId` string, required
  - `submissionId` string, required
  - `kybUpdateSubmission` PartialSubmitKYBDto, required
    - `country` string — 2-letter country code. Allowed values: AR, CO, BR, MX, PE, US, BO, CL, PY
    - `businessName` string
    - `taxId` string
    - `state` string
    - `city` string
    - `address` string
    - `zipCode` string
    - `website` string
    - `relatedPersons` KYBRelatedPersonDto[]
      - `firstName` string, required
      - `lastName` string, required
      - `email` string, required
      - `dateOfBirth` string, date-time, required
      - `nationalities` string[]
      - `cpf` string
      - `dni` string
      - `pep` string

## Response `200`

---

[API](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation.md) · [All operations](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alfredpay/alfred-penny-api-client-documentation/versions/6fdfb13fd2b1/schema)
