-
public interface RegistrationService
-
-
Method Summary
Modifier and Type Method Description abstract UnitcheckDeviceStatus(Boolean isOtpVerified, OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUPIProCallBack)abstract UnitregisterApp(OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUPIProCallBack)abstract UnitgetBankList(PayUUPIBoltCallBack payuApiCallBack)abstract UnitgetAccountsList(String bankCode, String requestType, String iin, String bankId, String accountType, PayUUPIBoltCallBack payuApiCallBack)abstract UnitregisterVPA(String vpa, AccountInfo accountInfo, PayUUPIBoltCallBack payUUpiProCallBack)abstract UnitvalidateOtp(String otp, OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUpiProCallBack)-
-
Method Detail
-
checkDeviceStatus
abstract Unit checkDeviceStatus(Boolean isOtpVerified, OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUPIProCallBack)
-
registerApp
abstract Unit registerApp(OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUPIProCallBack)
-
getBankList
abstract Unit getBankList(PayUUPIBoltCallBack payuApiCallBack)
-
getAccountsList
abstract Unit getAccountsList(String bankCode, String requestType, String iin, String bankId, String accountType, PayUUPIBoltCallBack payuApiCallBack)
-
registerVPA
abstract Unit registerVPA(String vpa, AccountInfo accountInfo, PayUUPIBoltCallBack payUUpiProCallBack)
-
validateOtp
abstract Unit validateOtp(String otp, OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUpiProCallBack)
-
-
-
-