Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.08 KB

File metadata and controls

13 lines (10 loc) · 1.08 KB

# CreatePhoneNumberKycLinkRequest

Properties

Name Type Description Notes
profile_id string
country string ISO 3166-1 alpha-2 country code (must be a regulated/KYC country).
area_code string Area code (NDC) the eventual number must be in. Hard constraint carried by the link; the end customer filling the form makes no area choice. Options come from GET /v1/phone-numbers/availability (areaOptions). [optional]
branding \Zernio\Model\CreatePhoneNumberKycLinkRequestBranding [optional]
redirect_url 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] [Back to API list] [Back to README]