Skip to main content
POST
/
v2
/
kyc
/
eur
/
api
Start EUR KYC/KYB
curl --request POST \
  --url https://api.example.com/v2/kyc/eur/api \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "sandboxReject": true
}
'
{
  "attemptId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Start EUR KYC/KYB

POST request to /v2/kyc/eur/api

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

subAccountId
string<uuid>

Operate against a sub-account of the authenticated main account.

Body

application/json

Request body shape depends on the authenticated account type. Submit the individual shape for INDIVIDUAL accounts and the company shape for COMPANY accounts.

Request body shape depends on the authenticated account type. The server determines the type from the auth context and rejects payloads that do not match.

sandboxReject
boolean
lang
enum<string>
Available options:
pt,
en,
es

Response

OK

attemptId
string<uuid>