@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2018-08-13T14:16:46.416+02:00[Europe/Berlin]") public interface PaymentApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Authorisations> |
getPaymentInitiationAuthorisation(String paymentService,
String paymentProduct,
String paymentId,
Map<String,String> headers) |
org.springframework.http.ResponseEntity<ScaStatusResponseTO> |
getPaymentInitiationScaStatus(String paymentService,
String paymentProduct,
String paymentId,
String authorisationId,
Map<String,String> headers) |
org.springframework.http.ResponseEntity<PaymentInitiationSctWithStatusResponse> |
getSinglePaymentInformation(String paymentProduct,
String paymentId,
Map<String,String> headers) |
org.springframework.http.ResponseEntity<?> |
getSinglePaymentInitiationStatus(String paymentProduct,
String paymentId,
Map<String,String> headers) |
org.springframework.http.ResponseEntity<Object> |
initiatePayment(String paymentProduct,
Map<String,String> headers,
@Valid Object body) |
org.springframework.http.ResponseEntity<Object> |
initiatePayment(String paymentProduct,
Map<String,String> headers,
String body) |
org.springframework.http.ResponseEntity<StartScaprocessResponseTO> |
startSinglePaymentAuthorisation(String paymentProduct,
String paymentId,
Map<String,String> headers,
com.fasterxml.jackson.databind.node.ObjectNode body) |
org.springframework.http.ResponseEntity<Object> |
updatePaymentPsuData(String paymentService,
String paymentProduct,
String paymentId,
String authorisationId,
Map<String,String> headers,
com.fasterxml.jackson.databind.node.ObjectNode body) |
@RequestMapping(value="/v1/payments/{payment-product}/{paymentId}",
produces={"application/json","application/xml","multipart/form-data","application/problem+json"},
method=GET)
org.springframework.http.ResponseEntity<PaymentInitiationSctWithStatusResponse> getSinglePaymentInformation(@PathVariable(value="payment-product")
String paymentProduct,
@PathVariable(value="paymentId")
String paymentId,
@RequestHeader
Map<String,String> headers)
@RequestMapping(value="/v1/{payment-service}/{payment-product}/{paymentId}/authorisations",
produces={"application/json","application/problem+json"},
method=GET)
org.springframework.http.ResponseEntity<Authorisations> getPaymentInitiationAuthorisation(@PathVariable(value="payment-service")
String paymentService,
@PathVariable(value="payment-product")
String paymentProduct,
@PathVariable(value="paymentId")
String paymentId,
@RequestHeader
Map<String,String> headers)
@RequestMapping(value="/v1/{payment-service}/{payment-product}/{paymentId}/authorisations/{authorisationId}",
produces={"application/json","application/problem+json"},
method=GET)
org.springframework.http.ResponseEntity<ScaStatusResponseTO> getPaymentInitiationScaStatus(@PathVariable(value="payment-service")
String paymentService,
@PathVariable(value="payment-product")
String paymentProduct,
@PathVariable(value="paymentId")
String paymentId,
@PathVariable(value="authorisationId")
String authorisationId,
@RequestHeader
Map<String,String> headers)
@RequestMapping(value="/v1/payments/{payment-product}/{paymentId}/status",
produces={"application/json","application/xml","application/problem+json"},
method=GET)
org.springframework.http.ResponseEntity<?> getSinglePaymentInitiationStatus(@PathVariable(value="payment-product")
String paymentProduct,
@PathVariable(value="paymentId")
String paymentId,
@RequestHeader
Map<String,String> headers)
@RequestMapping(value="/v1/payments/{payment-product}",
produces={"application/json","application/problem+json"},
consumes="application/json",
method=POST)
org.springframework.http.ResponseEntity<Object> initiatePayment(@PathVariable(value="payment-product")
String paymentProduct,
@RequestHeader
Map<String,String> headers,
@Valid @RequestBody
@Valid Object body)
@RequestMapping(value="/v1/payments/{payment-product}",
produces={"application/json","application/problem+json"},
consumes="application/xml",
method=POST)
org.springframework.http.ResponseEntity<Object> initiatePayment(@PathVariable(value="payment-product")
String paymentProduct,
@RequestHeader
Map<String,String> headers,
@RequestBody
String body)
@RequestMapping(value="/v1/payments/{payment-product}/{paymentId}/authorisations",
produces={"application/json","application/problem+json"},
method=POST)
org.springframework.http.ResponseEntity<StartScaprocessResponseTO> startSinglePaymentAuthorisation(@PathVariable(value="payment-product")
String paymentProduct,
@PathVariable(value="paymentId")
String paymentId,
@RequestHeader
Map<String,String> headers,
@RequestBody(required=false)
com.fasterxml.jackson.databind.node.ObjectNode body)
@RequestMapping(value="/v1/{payment-service}/{payment-product}/{paymentId}/authorisations/{authorisationId}",
produces={"application/json","application/problem+json"},
consumes="application/json",
method=PUT)
org.springframework.http.ResponseEntity<Object> updatePaymentPsuData(@PathVariable(value="payment-service")
String paymentService,
@PathVariable(value="payment-product")
String paymentProduct,
@PathVariable(value="paymentId")
String paymentId,
@PathVariable(value="authorisationId")
String authorisationId,
@RequestHeader
Map<String,String> headers,
@RequestBody
com.fasterxml.jackson.databind.node.ObjectNode body)
Copyright © 2019. All rights reserved.