Skip to main content
POST
cURL
Generates a KYB (Know Your Business) verification link for a business user. Redirect the user to complete business verification with the provider.

Important Notes

  • Only users created with type: "BUSINESS" can request KYB verification. Individual users should use KYC verification.
  • Each link is tied to a unique session. If expired, generate a new one.
  • Check results via Get KYB Details.

Error Codes

Common Errors

User Ownership Errors

Endpoint-Specific Errors

Authorizations

partner-api-key
string
header
required

API key for the affiliated partner performing the request.

Path Parameters

userId
string
required

The user ID

Body

application/json
country
enum<string>
required

The country code for the partner

@description The country must be a valid ISO 3166-1 alpha-2 country code, see: @link https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

Available options:
MX,
DO,
US,
AT,
BE,
BG,
HR,
CY,
CZ,
DK,
EE,
FI,
FR,
DE,
GR,
HU,
IE,
IT,
LV,
LT,
LU,
MT,
NL,
PL,
PT,
RO,
SK,
SI,
ES,
SE,
IS,
LI,
NO,
CH,
GB,
MC,
SM,
AD,
VA
Example:

"MX"

partnerRedirectUri
string

The redirect URI for the partner to redirect the user after the KYC process is completed

Response

KYB verification link generated successfully. Returns the URL the business must visit to complete verification.

success
boolean
Example:

true

data
object