sendOtpRequest
DTO to send OTP
customerIdstring
The unique identifier of the customer.
Example:
801971phoneNumberstring
The phone number associated with the OTP request.
Example:
+1234567890emailstring
The email address associated with the OTP request.
Example:
example@domain.combankCodestring
The bank code for the bank initiating the OTP request.
Example:
BANK001languageCodestring
The language code for the OTP request. E.g., 'en' for English, 'fr' for French.
Example:
ensendOtpRequest
{
"sendOtpRequest": {
"customerId": 801971,
"phoneNumber": "+21656535262",
"email": "xyz@email.com",
"bankCode": "BANK003",
"languageCode": "en"
}
}