Skip to main content
POST
/
kyb
/
documents
/
verify
Verify business document
curl --request POST \
  --url https://api.txcloud.io/v1/kyb/documents/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "document": {
    "type": "<string>",
    "file": "aSDinaTvuI8gbWludGxpZnk=",
    "country": "<string>"
  },
  "company": {
    "name": "<string>",
    "registration_number": "<string>"
  },
  "checks": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
document
object
required
company
object
required
checks
string[]

Response

200

Verification result