@RestController public class PaymentController extends AbstractController implements PaymentApi
| Constructor and Description |
|---|
PaymentController(de.adorsys.xs2a.adapter.service.PaymentInitiationService paymentService,
PaymentInitiationScaStatusResponseMapper paymentInitiationScaStatusResponseMapper,
HeadersMapper headersMapper,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Object> |
getPaymentInformation(PaymentServiceTO paymentService,
PaymentProductTO paymentProduct,
String paymentId,
Map<String,String> headers) |
org.springframework.http.ResponseEntity<AuthorisationsTO> |
getPaymentInitiationAuthorisation(PaymentServiceTO paymentService,
PaymentProductTO paymentProduct,
String paymentId,
Map<String,String> headers) |
org.springframework.http.ResponseEntity<ScaStatusResponseTO> |
getPaymentInitiationScaStatus(PaymentServiceTO paymentService,
PaymentProductTO paymentProduct,
String paymentId,
String authorisationId,
Map<String,String> headers) |
org.springframework.http.ResponseEntity<Object> |
getPaymentInitiationStatus(PaymentServiceTO paymentService,
PaymentProductTO paymentProduct,
String paymentId,
Map<String,String> headers) |
org.springframework.http.ResponseEntity<PaymentInitationRequestResponse201TO> |
initiatePayment(PaymentServiceTO paymentService,
PaymentProductTO paymentProduct,
Map<String,String> headers,
com.fasterxml.jackson.databind.node.ObjectNode body) |
org.springframework.http.ResponseEntity<PaymentInitationRequestResponse201TO> |
initiatePayment(PaymentServiceTO paymentService,
PaymentProductTO paymentProduct,
Map<String,String> headers,
String body) |
org.springframework.http.ResponseEntity<StartScaprocessResponseTO> |
startPaymentAuthorisation(PaymentServiceTO paymentService,
PaymentProductTO paymentProduct,
String paymentId,
Map<String,String> headers,
com.fasterxml.jackson.databind.node.ObjectNode body) |
org.springframework.http.ResponseEntity<Object> |
updatePaymentPsuData(PaymentServiceTO paymentService,
PaymentProductTO paymentProduct,
String paymentId,
String authorisationId,
Map<String,String> headers,
com.fasterxml.jackson.databind.node.ObjectNode body) |
public PaymentController(de.adorsys.xs2a.adapter.service.PaymentInitiationService paymentService,
PaymentInitiationScaStatusResponseMapper paymentInitiationScaStatusResponseMapper,
HeadersMapper headersMapper,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public org.springframework.http.ResponseEntity<PaymentInitationRequestResponse201TO> initiatePayment(PaymentServiceTO paymentService, PaymentProductTO paymentProduct, Map<String,String> headers, com.fasterxml.jackson.databind.node.ObjectNode body)
initiatePayment in interface PaymentApipublic org.springframework.http.ResponseEntity<PaymentInitationRequestResponse201TO> initiatePayment(PaymentServiceTO paymentService, PaymentProductTO paymentProduct, Map<String,String> headers, String body)
initiatePayment in interface PaymentApipublic org.springframework.http.ResponseEntity<Object> getPaymentInformation(PaymentServiceTO paymentService, PaymentProductTO paymentProduct, String paymentId, Map<String,String> headers)
getPaymentInformation in interface PaymentApipublic org.springframework.http.ResponseEntity<ScaStatusResponseTO> getPaymentInitiationScaStatus(PaymentServiceTO paymentService, PaymentProductTO paymentProduct, String paymentId, String authorisationId, Map<String,String> headers)
getPaymentInitiationScaStatus in interface PaymentApipublic org.springframework.http.ResponseEntity<Object> getPaymentInitiationStatus(PaymentServiceTO paymentService, PaymentProductTO paymentProduct, String paymentId, Map<String,String> headers)
getPaymentInitiationStatus in interface PaymentApipublic org.springframework.http.ResponseEntity<AuthorisationsTO> getPaymentInitiationAuthorisation(PaymentServiceTO paymentService, PaymentProductTO paymentProduct, String paymentId, Map<String,String> headers)
getPaymentInitiationAuthorisation in interface PaymentApipublic org.springframework.http.ResponseEntity<StartScaprocessResponseTO> startPaymentAuthorisation(PaymentServiceTO paymentService, PaymentProductTO paymentProduct, String paymentId, Map<String,String> headers, com.fasterxml.jackson.databind.node.ObjectNode body)
startPaymentAuthorisation in interface PaymentApipublic org.springframework.http.ResponseEntity<Object> updatePaymentPsuData(PaymentServiceTO paymentService, PaymentProductTO paymentProduct, String paymentId, String authorisationId, Map<String,String> headers, com.fasterxml.jackson.databind.node.ObjectNode body)
updatePaymentPsuData in interface PaymentApiCopyright © 2020. All rights reserved.