| Header | Description |
|---|---|
partner-api-key | API key associated with your partner account. Required. See API Key Generation Guide. |
Field | Type | Required | Description |
|---|---|---|---|
country | string | ✅ | The country code where the partner operates. Must be a valid ISO 3166-1 alpha-2 country code. Examples: MX, DO. |
partnerRedirectUri | string | 🔘 | URL to which the user is redirected after completing KYC. Accepts both HTTPS and custom mobile URI schemes (e.g., https://, myapp://). |
Field | Type | Description |
|---|---|---|
kycLink | string | The direct link to the KYC provider for the user. |
PartnerApiKey in the header. Get your API key.MX (Mexico) and DO (Dominican Republic).kycLink is unique and tied to a single verification session. If expired, a new link must be generated.partnerRedirectUri is not provided, the user may not be redirected after completing the KYC process.kycLink in an onboarding email or app screen so the user can complete verification with one click.
partnerRedirectUri to bring the user back to your app (web or mobile) after finishing KYC verification with the provider.
Api key for the affiliated partner that is performing the request
The id of the entity
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
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 "MX"
The redirect URI for the partner to redirect the user after the KYC process is completed
"https://partner.com or myapp://partner.com"