@Component public class AspspRemoteUrls extends Object
| Constructor and Description |
|---|
AspspRemoteUrls() |
| Modifier and Type | Method and Description |
|---|---|
String |
applyStrongUserAuthorisation() |
String |
applyStrongUserAuthorisationForAis()
Returns URL-string to ASPSP-Mock endpoint that validates TAN for consent confirmation
|
String |
cancelPayment() |
String |
createBulkPayment() |
String |
createCommonPayment() |
String |
createPayment() |
String |
createPeriodicPayment() |
String |
createTransaction()
Returns URL-string to ASPSP-Mock endpoint that Creates a new Transaction with body AspspTransaction
|
String |
getAccountDetailsByIban()
Returns URL-string to ASPSP-Mock endpoint that GETs AccountDetails by IBAN
|
String |
getAccountDetailsById()
Returns URL-string to ASPSP-Mock endpoint that GETs AccountDetails by accountId
|
String |
getAccountDetailsByPsuId()
Returns URL-string to ASPSP-Mock endpoint that GETs AccountDetails by PsuId
|
String |
getAllowedPaymentProducts()
Returns URL-string to ASPSP-Mock endpoint that GETs list of allowed payment products for PSU by one of its account ibans
|
String |
getBalancesByAccountId()
Returns URL-string to ASPSP-Mock endpoint that GETs Balances of an account by accountId
|
String |
getCommonPaymentById() |
String |
getCommonPaymentStatus() |
String |
getGenerateTanConfirmation() |
String |
getGenerateTanConfirmationForAis()
Returns URL-string to ASPSP-Mock endpoint that generates TAN for ais consent confirmation
|
String |
getPaymentById()
Returns URL-string to ASPSP-Mock endpoint that GETs payment by its ASPSP id
|
String |
getPaymentStatus() |
String |
getScaMethods()
Returns URL-string to ASPSP-Mock endpoint that GETs list of SCA methods for PSU by its login
|
String |
initiatePaymentCancellation() |
String |
readTransactionById()
Returns URL-string to ASPSP-Mock endpoint that GETs Transaction by transactionId and accountId
|
String |
readTransactionsByPeriod(String resourceId,
LocalDate dateFrom,
LocalDate dateTo)
Returns URL-string to ASPSP-Mock endpoint that GETs Transactions list by accountId and period set by dates from/to
|
public String getAccountDetailsById()
public String getBalancesByAccountId()
public String getAccountDetailsByPsuId()
public String getAccountDetailsByIban()
public String createCommonPayment()
public String getCommonPaymentById()
public String getCommonPaymentStatus()
public String createPayment()
public String getPaymentStatus()
public String createBulkPayment()
public String createPeriodicPayment()
public String readTransactionById()
public String readTransactionsByPeriod(String resourceId, LocalDate dateFrom, LocalDate dateTo)
public String createTransaction()
public String getAllowedPaymentProducts()
public String getPaymentById()
public String getScaMethods()
public String getGenerateTanConfirmation()
public String applyStrongUserAuthorisation()
public String getGenerateTanConfirmationForAis()
public String applyStrongUserAuthorisationForAis()
public String cancelPayment()
public String initiatePaymentCancellation()
Copyright © 2019. All rights reserved.