@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:54.528Z[UTC]") public interface FintechSinglePaymentInitiationApi
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Modifier and Type | Method and Description |
---|---|
default org.springframework.http.ResponseEntity<Void> |
_initiateSinglePayment(@Valid SinglePaymentInitiationRequest body,
UUID xRequestID,
String X_XSRF_TOKEN,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
String bankId,
String accountId,
Boolean xPisPsuAuthenticationRequired) |
default Optional<String> |
getAcceptHeader() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
default Optional<javax.servlet.http.HttpServletRequest> |
getRequest() |
default org.springframework.http.ResponseEntity<Void> |
initiateSinglePayment(SinglePaymentInitiationRequest body,
UUID xRequestID,
String X_XSRF_TOKEN,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
String bankId,
String accountId,
Boolean xPisPsuAuthenticationRequired) |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
@RequestMapping(value="/v1/pis/banks/{bank-id}/accounts/{account-id}/payments/single", produces="application/json", consumes="application/json", method=POST) default org.springframework.http.ResponseEntity<Void> _initiateSinglePayment(@Valid @RequestBody @Valid SinglePaymentInitiationRequest body, @RequestHeader(value="X-Request-ID",required=true) UUID xRequestID, @RequestHeader(value="X-XSRF-TOKEN",required=true) String X_XSRF_TOKEN, @RequestHeader(value="Fintech-Redirect-URL-OK",required=true) String fintechRedirectURLOK, @RequestHeader(value="Fintech-Redirect-URL-NOK",required=true) String fintechRedirectURLNOK, @PathVariable(value="bank-id") String bankId, @PathVariable(value="account-id") String accountId, @RequestHeader(value="X-Pis-Psu-Authentication-Required",required=false) Boolean xPisPsuAuthenticationRequired)
default org.springframework.http.ResponseEntity<Void> initiateSinglePayment(SinglePaymentInitiationRequest body, UUID xRequestID, String X_XSRF_TOKEN, String fintechRedirectURLOK, String fintechRedirectURLNOK, String bankId, String accountId, Boolean xPisPsuAuthenticationRequired)
Copyright © 2020. All rights reserved.