sendOtpRequest
DTO to send OTP
phoneNumberstring
The phone number associated with the OTP request.
Example:
+1234567890
emailstring
The email address associated with the OTP request.
Example:
example@domain.com
bankCodestring
The bank code for the bank initiating the OTP request.
Example:
BANK001
languageCodestring
The language code for the OTP request. E.g., 'en' for English, 'fr' for French.
Example:
en
sendOtpRequest
{
"sendOtpRequest": {
"phoneNumber": "+21656535262",
"email": "xyz@email.com",
"bankCode": "BANK003",
"languageCode": "en"
}
}