@Service public class PaymentService extends Object
| Constructor and Description |
|---|
PaymentService() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Void> |
initiateSinglePayment(String bankId,
String accountId,
SinglePaymentInitiationRequest singlePaymentInitiationRequest,
String fintechOkUrl,
String fintechNOkUrl,
Boolean xPisPsuAuthenticationRequired) |
org.springframework.http.ResponseEntity<List<PaymentInitiationWithStatusResponse>> |
retrieveAllSinglePayments(String bankId,
String accountId) |
public org.springframework.http.ResponseEntity<Void> initiateSinglePayment(String bankId, String accountId, SinglePaymentInitiationRequest singlePaymentInitiationRequest, String fintechOkUrl, String fintechNOkUrl, Boolean xPisPsuAuthenticationRequired)
public org.springframework.http.ResponseEntity<List<PaymentInitiationWithStatusResponse>> retrieveAllSinglePayments(String bankId, String accountId)
Copyright © 2020. All rights reserved.