Update Customer KYC

/auth/updateUserKYC

Description: Update a customer's data.

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:

  • email

  • sumsubsharedtoken

Examples

Request (HTTP)
POST /auth/updateUserKYC HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 279

{
  "email": "[email protected]",
  "sumsubsharedtoken":  "_act-sbx-jwt-eyJhbGciOiJub25lIn0.eyJqdGkiOiJfYWN0LXNieC03ZmUyMzk1Ni1mMTViLTRmN2YtYjZiYi1hNDM3NDU0MjQ5OTAiLCJ1cmwiOiJodHRwczovL2FwaS5zdW1zdWIuY29tIn0."
}

Responses

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

chevron-rightExample response (click to expand)hashtag

Last updated