@RestController public class PaymentController extends AbstractController implements PaymentApi
| Constructor and Description |
|---|
PaymentController(PaymentInitiationService paymentService,
PaymentInitiationScaStatusResponseMapper paymentInitiationScaStatusResponseMapper,
HeadersMapper headersMapper,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| 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,
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) |
public PaymentController(PaymentInitiationService paymentService, PaymentInitiationScaStatusResponseMapper paymentInitiationScaStatusResponseMapper, HeadersMapper headersMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public org.springframework.http.ResponseEntity<Object> initiatePayment(String paymentProduct, Map<String,String> headers, Object body)
initiatePayment in interface PaymentApipublic org.springframework.http.ResponseEntity<Object> initiatePayment(String paymentProduct, Map<String,String> headers, String body)
initiatePayment in interface PaymentApipublic org.springframework.http.ResponseEntity<PaymentInitiationSctWithStatusResponse> getSinglePaymentInformation(String paymentProduct, String paymentId, Map<String,String> headers)
getSinglePaymentInformation in interface PaymentApipublic org.springframework.http.ResponseEntity<ScaStatusResponseTO> getPaymentInitiationScaStatus(String paymentService, String paymentProduct, String paymentId, String authorisationId, Map<String,String> headers)
getPaymentInitiationScaStatus in interface PaymentApipublic org.springframework.http.ResponseEntity<?> getSinglePaymentInitiationStatus(String paymentProduct, String paymentId, Map<String,String> headers)
getSinglePaymentInitiationStatus in interface PaymentApipublic org.springframework.http.ResponseEntity<Authorisations> getPaymentInitiationAuthorisation(String paymentService, String paymentProduct, String paymentId, Map<String,String> headers)
getPaymentInitiationAuthorisation in interface PaymentApipublic org.springframework.http.ResponseEntity<StartScaprocessResponseTO> startSinglePaymentAuthorisation(String paymentProduct, String paymentId, Map<String,String> headers, com.fasterxml.jackson.databind.node.ObjectNode body)
startSinglePaymentAuthorisation in interface PaymentApipublic 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)
updatePaymentPsuData in interface PaymentApiCopyright © 2019. All rights reserved.