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