@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:14:49.448Z[UTC]") public interface TppBankingApiSinglePaymentPisApi
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<org.springframework.http.ResponseEntity<PaymentInitiationResponse>> |
_initiatePayment(@Valid PaymentInitiation body,
String serviceSessionPassword,
String fintechUserID,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
UUID xRequestID,
String paymentProduct,
String xTimestampUTC,
String xRequestSignature,
String fintechID,
String bankID,
Boolean xPisPsuAuthenticationRequired) |
default Optional<String> |
getAcceptHeader() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
default Optional<javax.servlet.http.HttpServletRequest> |
getRequest() |
default CompletableFuture<org.springframework.http.ResponseEntity<PaymentInitiationResponse>> |
initiatePayment(PaymentInitiation body,
String serviceSessionPassword,
String fintechUserID,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
UUID xRequestID,
String paymentProduct,
String xTimestampUTC,
String xRequestSignature,
String fintechID,
String bankID,
Boolean xPisPsuAuthenticationRequired) |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
@RequestMapping(value="/v1/banking/pis/payments/{payment-product}", produces="application/json", consumes="application/json", method=POST) default CompletableFuture<org.springframework.http.ResponseEntity<PaymentInitiationResponse>> _initiatePayment(@Valid @RequestBody @Valid PaymentInitiation body, @RequestHeader(value="Service-Session-Password",required=true) String serviceSessionPassword, @RequestHeader(value="Fintech-User-ID",required=true) String fintechUserID, @RequestHeader(value="Fintech-Redirect-URL-OK",required=true) String fintechRedirectURLOK, @RequestHeader(value="Fintech-Redirect-URL-NOK",required=true) String fintechRedirectURLNOK, @RequestHeader(value="X-Request-ID",required=true) UUID xRequestID, @PathVariable(value="payment-product") String paymentProduct, @RequestHeader(value="X-Timestamp-UTC",required=false) String xTimestampUTC, @RequestHeader(value="X-Request-Signature",required=false) String xRequestSignature, @RequestHeader(value="Fintech-ID",required=false) String fintechID, @RequestHeader(value="Bank-ID",required=false) String bankID, @RequestHeader(value="X-Pis-Psu-Authentication-Required",required=false) Boolean xPisPsuAuthenticationRequired)
default CompletableFuture<org.springframework.http.ResponseEntity<PaymentInitiationResponse>> initiatePayment(PaymentInitiation body, String serviceSessionPassword, String fintechUserID, String fintechRedirectURLOK, String fintechRedirectURLNOK, UUID xRequestID, String paymentProduct, String xTimestampUTC, String xRequestSignature, String fintechID, String bankID, Boolean xPisPsuAuthenticationRequired)
Copyright © 2020. All rights reserved.