v1

latestOpenAPI 3.0.32026-07-2485236250.4 KB
User Management

Update user KYC data

Updates the KYC profile data (profile, residence address, PEP status) of the authenticated user. Not supported for companies configured with the Wirex Hosted verification model.

put/api/v2/user/kyc-data

Request body

is_pepboolean

Example request

{
  "profile": {
    "date_of_birth": "1990-01-15",
    "first_name": "John",
    "last_name": "Doe",
    "nationality": "US",
    "phone_number": "+14155551234"
  },
  "residence_address": {
    "city": "San Francisco",
    "country": "US",
    "line1": "123 Main Street",
    "line2": "Apt 4B",
    "post_code": "94105",
    "state": "CA"
  }
}

Response

OK

ResponseEmptyResponse required