@Service public class TanConfirmationService extends Object
| Constructor and Description |
|---|
TanConfirmationService() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
confirmTan(String psuId,
String tanNumber)
Gets new Tan and sends it to psu's email for payment confirmation
|
boolean |
generateAndSendTanForPsuById(String psuId)
Generates new Tan and sends it to psu's email for payment confirmation
|
boolean |
sendUserAuthRequestWithPreSelectedScaMethod(String psuId)
Sends Authorization Request to user with selected Sca Method
|
public boolean sendUserAuthRequestWithPreSelectedScaMethod(String psuId)
psuId - PSU idpublic boolean generateAndSendTanForPsuById(String psuId)
psuId - PSU idCopyright © 2019. All rights reserved.