EntreeEnRelationSendOtpRequest
Request payload for sending OTP during customer onboarding
phoneNumberstring
Subscriber's phone number
Example:
0612890678
phoneCountryCodestring
Phone country code
Default value:
+212
Example:
+212
canalstring
Canal
Possible values: [WEB
, MOBILE
]
Example:
WEB
emailstring
Email address
Example:
ali.omar@email.com
codeBanquestring
Bank institution code
Example:
00014
codeLanguestring
Enumeration of supported language codes by Adria standard
Possible values: [EN
, FR
, ES
, DE
, IT
, PT
, AR
]
Example:
EN
EntreeEnRelationSendOtpRequest
{
"phoneNumber": "0612890678",
"phoneCountryCode": "+212",
"canal": "WEB",
"email": "ali.omar@email.com",
"codeBanque": "00014",
"codeLangue": "EN"
}