public interface PisCommonPaymentService
PisCommonPaymentServiceBase,
PisCommonPaymentServiceEncrypted| Modifier and Type | Method and Description |
|---|---|
CmsResponse<de.adorsys.psd2.consent.api.pis.CreatePisCommonPaymentResponse> |
createCommonPayment(PisPaymentInfo request) |
CmsResponse<PisCommonPaymentResponse> |
getCommonPaymentById(String paymentId)
Reads full information of pis payment by payment identifier
|
CmsResponse<de.adorsys.psd2.xs2a.core.pis.TransactionStatus> |
getPisCommonPaymentStatusById(String paymentId)
Retrieves common payment status from pis payment by payment identifier
|
CmsResponse<List<de.adorsys.psd2.xs2a.core.psu.PsuIdData>> |
getPsuDataListByPaymentId(String paymentId)
Get information about PSU list by payment identifier
|
CmsResponse<CmsResponse.VoidResponse> |
updateCommonPayment(PisCommonPaymentRequest request,
String paymentId)
Updates PIS payment data and stores it into database
|
CmsResponse<Boolean> |
updateCommonPaymentStatusById(String paymentId,
de.adorsys.psd2.xs2a.core.pis.TransactionStatus status)
Updates pis payment status by payment identifier
|
CmsResponse<Boolean> |
updateMultilevelSca(String paymentId,
boolean multilevelScaRequired)
Updates multilevelScaRequired and stores changes into database
|
CmsResponse<de.adorsys.psd2.consent.api.pis.CreatePisCommonPaymentResponse> createCommonPayment(PisPaymentInfo request)
CmsResponse<de.adorsys.psd2.xs2a.core.pis.TransactionStatus> getPisCommonPaymentStatusById(String paymentId)
paymentId - String representation of pis payment identifierCmsResponse<PisCommonPaymentResponse> getCommonPaymentById(String paymentId)
paymentId - String representation of pis payment identifierCmsResponse<Boolean> updateCommonPaymentStatusById(String paymentId, de.adorsys.psd2.xs2a.core.pis.TransactionStatus status)
paymentId - String representation of pis payment identifierstatus - new payment statusCmsResponse<CmsResponse.VoidResponse> updateCommonPayment(PisCommonPaymentRequest request, String paymentId)
request - PIS payment request for update payment datapaymentId - Payment IDCmsResponse<Boolean> updateMultilevelSca(String paymentId, boolean multilevelScaRequired)
paymentId - Payment IDmultilevelScaRequired - new value for boolean multilevel sca requiredCmsResponse<List<de.adorsys.psd2.xs2a.core.psu.PsuIdData>> getPsuDataListByPaymentId(String paymentId)
paymentId - String representation of the payment identifierCopyright © 2020. All rights reserved.