@RestController @RequestMapping(path="aspsp-profile") public class AspspProfileController extends Object
| Constructor and Description |
|---|
AspspProfileController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
getAisRedirectUrlToAspsp() |
org.springframework.http.ResponseEntity<List<String>> |
getAvailablePaymentProducts() |
org.springframework.http.ResponseEntity<List<String>> |
getAvailablePaymentTypes() |
org.springframework.http.ResponseEntity<Boolean> |
getCombinedServiceIndicator() |
org.springframework.http.ResponseEntity<Integer> |
getFrequencyPerDay() |
org.springframework.http.ResponseEntity<MulticurrencyAccountLevel> |
getMulticurrencyAccountLevel() |
org.springframework.http.ResponseEntity<String> |
getPisRedirectUrlToAspsp() |
org.springframework.http.ResponseEntity<ScaApproach> |
getScaApproach() |
org.springframework.http.ResponseEntity<Boolean> |
getTppSignatureRequired() |
@GetMapping(path="/frequency-per-day") public org.springframework.http.ResponseEntity<Integer> getFrequencyPerDay()
@GetMapping(path="/combined-service-indicator") public org.springframework.http.ResponseEntity<Boolean> getCombinedServiceIndicator()
@GetMapping(path="/available-payment-products") public org.springframework.http.ResponseEntity<List<String>> getAvailablePaymentProducts()
@GetMapping(path="/available-payment-types") public org.springframework.http.ResponseEntity<List<String>> getAvailablePaymentTypes()
@GetMapping(path="/sca-approach") public org.springframework.http.ResponseEntity<ScaApproach> getScaApproach()
@GetMapping(path="/tpp-signature-required") public org.springframework.http.ResponseEntity<Boolean> getTppSignatureRequired()
@GetMapping(path="/redirect-url-to-aspsp-pis") public org.springframework.http.ResponseEntity<String> getPisRedirectUrlToAspsp()
@GetMapping(path="/redirect-url-to-aspsp-ais") public org.springframework.http.ResponseEntity<String> getAisRedirectUrlToAspsp()
@GetMapping(path="/multicurrency-account-level") public org.springframework.http.ResponseEntity<MulticurrencyAccountLevel> getMulticurrencyAccountLevel()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.