Update Customer

/v0/customers/{customer_id}

Description: Update a customer's data.

Path parameters

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

Header parameters

  • Authorization (string) — Required Token for authentication

circle-info

Request and response bodies use application/json.

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

Examples

Responses

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

chevron-rightExample response (click to expand)hashtag

Last updated