Update Customer

PUT /v0/customers/{customer_id}

Endpoint

/v0/customers/{customer_id}

Path parameters

  • customer_id (string, uuid) — Required The unique identifier of the customer

Header parameters

  • Authorization (string) — Required Token for authentication

triangle-exclamation

Request body

  • application/json

  • Either an IndividualCustomer object (optional) or a BusinessCustomer object (optional)

Example properties shown in the request body:

  • external_kyc_provider_data

    • sumsub_share_kyc_token

  • identifying_information

    • id_document

      • number

      • issuing_country

    • tax_number

  • documents (array)

    • file_id

    • purpose

    • description

Responses

200 — Successful update of customer data Content-Type: application/json

Example response body:

Last updated 3 months ago

Last updated