@RestController public class TppBankingApiPisInfoController extends Object implements TppBankingApiPaymentStatusPisApi
Modifier and Type | Class and Description |
---|---|
static interface |
TppBankingApiPisInfoController.PaymentInfoBodyToApiMapper |
static interface |
TppBankingApiPisInfoController.PaymentStatusBodyToApiMapper |
log
Constructor and Description |
---|
TppBankingApiPisInfoController() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture |
getPaymentInformation(String serviceSessionPassword,
String fintechUserID,
UUID xRequestID,
String paymentProduct,
String xTimestampUTC,
String xRequestSignature,
String fintechID,
String bankID,
UUID serviceSessionID) |
CompletableFuture |
getPaymentStatus(String serviceSessionPassword,
String fintechUserID,
UUID xRequestID,
String paymentProduct,
String xTimestampUTC,
String xRequestSignature,
String fintechID,
String bankID,
UUID serviceSessionID) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_getPaymentInformation, _getPaymentStatus, getAcceptHeader, getObjectMapper, getRequest
public CompletableFuture getPaymentInformation(String serviceSessionPassword, String fintechUserID, UUID xRequestID, String paymentProduct, String xTimestampUTC, String xRequestSignature, String fintechID, String bankID, UUID serviceSessionID)
getPaymentInformation
in interface TppBankingApiPaymentStatusPisApi
public CompletableFuture getPaymentStatus(String serviceSessionPassword, String fintechUserID, UUID xRequestID, String paymentProduct, String xTimestampUTC, String xRequestSignature, String fintechID, String bankID, UUID serviceSessionID)
getPaymentStatus
in interface TppBankingApiPaymentStatusPisApi
Copyright © 2020. All rights reserved.