Skip to main content
PATCH
/
v1
/
verification
/
user
/
{userId}
Update KYC information
curl --request PATCH \
  --url https://api.ledger.so/v1/verification/user/{userId} \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "firstName": "<string>",
  "lastName": "<string>",
  "dateOfBirth": "2023-12-25",
  "address": {
    "line1": "<string>",
    "line2": "<string>",
    "city": "<string>",
    "state": "<string>",
    "postalCode": "<string>",
    "country": "<string>"
  }
}
'
{
  "object": "verification",
  "userId": "<string>",
  "applicationStatus": "notStarted",
  "verificationUrl": "<string>"
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

userId
string
required

The user ID

Body

application/json
firstName
string
lastName
string
dateOfBirth
string<date>
address
object

Response

Verification updated

object
enum<string>
required
Available options:
verification
userId
string
required
applicationStatus
enum<string>
required
Available options:
notStarted,
pending,
needsInformation,
needsVerification,
manualReview,
approved,
denied,
locked,
canceled
verificationUrl
string<uri>

URL for the user to complete KYC