@Service public class CancelPaymentService extends Object
| Constructor and Description |
|---|
CancelPaymentService() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<CancelPaymentResponse> |
cancelPaymentWithoutAuthorisation(SpiPsuData psuData,
SpiPayment payment,
AspspConsentData consentData)
Cancels payment without performing strong customer authentication
|
ResponseObject<CancelPaymentResponse> |
initiatePaymentCancellation(SpiPsuData psuData,
SpiPayment payment,
AspspConsentData consentData)
Cancels payment without performing strong customer authentication
|
public ResponseObject<CancelPaymentResponse> cancelPaymentWithoutAuthorisation(SpiPsuData psuData, SpiPayment payment, AspspConsentData consentData)
psuData - ASPSP identifier(s) of the psupayment - Payment to be cancelledconsentData - Encrypted data that may be stored in the consent management system in the consent linked to a request.public ResponseObject<CancelPaymentResponse> initiatePaymentCancellation(SpiPsuData psuData, SpiPayment payment, AspspConsentData consentData)
psuData - ASPSP identifier(s) of the psupayment - Payment to be cancelledconsentData - Encrypted data that may be stored in the consent management system in the consent linked to a request.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.