Skip to main content
POST
/
api
/
v1
/
payid
/
kyc
/
verify
Start or submit a KYC verification flow
curl --request POST \
  --url https://monitor.aevr.space/api/v1/payid/kyc/verify \
  --header 'Content-Type: application/json' \
  --header 'auth-token: <api-key>' \
  --data '
{
  "firstName": "<string>",
  "lastName": "<string>",
  "email": "jsmith@example.com",
  "phone": "<string>",
  "dateOfBirth": "2023-12-25",
  "country": "<string>",
  "identityNumbers": {},
  "gender": "<string>",
  "address": {
    "street": "<string>",
    "street2": "<string>",
    "city": "<string>",
    "state": "<string>",
    "postalCode": "<string>",
    "country": "<string>"
  }
}
'

Documentation Index

Fetch the complete documentation index at: https://monitor-f3599674.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

auth-token
string
header
required

Header-based auth used by PayID integration routes.

Body

application/json
firstName
string
required
lastName
string
required
email
string<email>
required
phone
string
required
dateOfBirth
string<date>
required
country
string
required
identityNumbers
object
required
gender
string
address
object

Response

Verification initiated