Wasm Directoryalpha
Record

create-verify-profile-params

No description available.

record create-verify-profile-params {
  call: option​<create-verify-profile-call-request>,
  flashcall: option​<create-verify-profile-flashcall-request>,
  language: option​<string>,
  name: string,
  psd2: option​<create-verify-profile-psd2-request>,
  sms: option​<create-verify-profile-sms-request>,
  webhook-failover-url: option​<string>,
  webhook-url: option​<string>,
  whatsapp: option​<create-verify-profile-whatsapp-request>,
}

Fields

NameTypeDescription
calloption​<create-verify-profile-call-request>
flashcalloption​<create-verify-profile-flashcall-request>
languageoption​<string>
namestring
psd2option​<create-verify-profile-psd2-request>
smsoption​<create-verify-profile-sms-request>
webhook-failover-urloption​<string>
webhook-urloption​<string>
whatsappoption​<create-verify-profile-whatsapp-request>