Check KYC country support
GET/id-documents/country-support/:country_iso
Check if a country is supported for the KYC process
Request
Path Parameters
country_iso stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
supported booleanrequired
Whether the country is supported
country string
The full country name
{
"supported": true,
"country": "string"
}
Loading...