Know Your Customer (KYC)
Create KYC Identity
Create a KYC identity for a user.
post/api/evs/v1/identity
Request body
Example request
{
"addressSubdivision": "CA",
"birthdate": "2000-12-25T00:00:00.000Z",
"country": "US",
"countryOfCitizenship": "US",
"countryOfResidence": "US",
"govIdCountryOfIssuance": "US",
"identificationNumber": "123-45-6789"
}Response
OK