resendCustomerOtp(long, int, long, long) method

Syntax

void resendCustomerOtp ( long customerId , int otpType , long referenceId , long callerId ) throws EntityNotFoundException

Parameters

Exceptions

Usage

Resends an OTP to the customer it was previously delivered to.

An

OtpValidationException

is thrown if the OTP is already expired, if the configured resent count for the OTP type is exceeded or if no OPT was found for the given OTP type

An

EntityNotFoundException

is thrown in case the OTP was never sent out