@Service public class CancelPaymentService extends Object
| Constructor and Description |
|---|
CancelPaymentService() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<CancelPaymentResponse> |
initiatePaymentCancellation(PsuIdData psuData,
SpiPayment payment,
String encryptedPaymentId)
Cancels payment with or without performing strong customer authentication
|
public 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.