POST
/
vat-verification
/
leveltwo-check
curl --request POST \
  --url https://gateway.finhub.cloud/kyb/1.0.0/vat-verification/leveltwo-check \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "country": "<string>",
  "vatNumber": "<string>",
  "confirmation": "<string>"
}'

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
country
string
vatNumber
string
confirmation
string