Wasm Directoryalpha
Record

update-verify-profile-params

No description available.

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

Fields

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