late 0.0.392

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CreateWhatsAppNumberKycLinkRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**profile_id** | **String** |  | 
**country** | **String** | ISO 3166-1 alpha-2 country code (must be a regulated/KYC country). | 
**branding** | Option<[**models::CreateWhatsAppNumberKycLinkRequestBranding**]CreateWhatsAppNumberKycLinkRequestBranding.md> |  | [optional]
**redirect_url** | Option<**String**> | Where to send the end customer's browser after a successful submit. On completion Zernio appends `kyc=submitted` and `country=<ISO-2>` as query params. When omitted, the hosted page shows a built-in confirmation screen instead.  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)