@Service public class CancelPaymentService extends Object
| Constructor and Description |
|---|
CancelPaymentService() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<CancelPaymentResponse> |
cancelPaymentWithoutAuthorisation(PsuIdData psuData,
SpiPayment payment,
String encryptedPaymentId)
Cancels payment without performing strong customer authentication
|
ResponseObject<CancelPaymentResponse> |
initiatePaymentCancellation(PsuIdData psuData,
SpiPayment payment,
String encryptedPaymentId)
Cancels payment without performing strong customer authentication
|
public ResponseObject<CancelPaymentResponse> cancelPaymentWithoutAuthorisation(PsuIdData psuData, SpiPayment payment, String encryptedPaymentId)
psuData - ASPSP identifier(s) of the psupayment - Payment to be cancelledencryptedPaymentId - encrypted identifier of the paymentpublic ResponseObject<CancelPaymentResponse> initiatePaymentCancellation(PsuIdData psuData, SpiPayment payment, String encryptedPaymentId)
psuData - ASPSP identifier(s) of the psupayment - Payment to be cancelledencryptedPaymentId - encrypted identifier of the paymentCopyright © 2019. All rights reserved.