Interface IDynamicBinHandlerService

    • Method Detail

      • checkBin

        DynamicBinResponse checkBin​(DynamicBinHandlerRequest request)
                             throws RemoteException
        Returns a DynamicBinResponse with responseType and further action required to check if certain card bins are eligible for EMI processing.

        This call will return response with type to indicate if binDetails are accepted or not and next set of action to be performed like activity action to be invoked.

        Parameters:
        DynamicBinHandlerRequest - The BinDetails with card first 6 and last 4.Along with CardType and PaymentPlatform com.clover.emi.DynamicBinHandlerRequest
        Returns:
        DynamicBinResponse com.clover.emi.DynamicBinResponse object.
        Throws:
        RemoteException