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

# Update KYB Related Person Information Submitted

`PUT /customers/kyb/related-person`

Updates the information previously submitted for a related person in a KYB flow.

## Headers

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

## Request body

- UpdateRelatePersonCustomertKyb
  - `customerId` string, required
  - `idRelatedPerson` string, required
  - `kybUpdateSubmission` UpdateRelatePersonDto, required
    - `firstName` string
    - `lastName` string
    - `email` string
    - `dateOfBirth` string, date-time
    - `nationalities` string[]
    - `cpf` string
    - `dni` string
    - `pep` string
    - `docBack` string
    - `docBackUri` string
    - `docFront` string
    - `docFrontUri` 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/revisions/6fdfb13fd2b1/schema)
