Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 910 Bytes

File metadata and controls

24 lines (18 loc) · 910 Bytes

Zernio::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 CreateWhatsAppNumberKycLinkRequestBranding [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]

Example

require 'zernio-sdk'

instance = Zernio::CreateWhatsAppNumberKycLinkRequest.new(
  profile_id: null,
  country: null,
  branding: null,
  redirect_url: null
)