Uses of Class
com.skava.apppaymentplugin.model.response.CompletePaymentResponse
Packages that use CompletePaymentResponse
Package
Description
DB Operations(CRUD) are triggered from the process class.
DB Operations(CRUD) are triggered from the process class.
DB Operations(CRUD) are triggered from the process class.
DB Operations(CRUD) are triggered from the process class.
-
Uses of CompletePaymentResponse in com.skava.apppaymentplugin.service
Methods in com.skava.apppaymentplugin.service that return CompletePaymentResponseModifier and TypeMethodDescriptionHandleExternalPaymentService.process
(CompletePaymentDetailsRequest completePaymentDetailsRequest) -
Uses of CompletePaymentResponse in com.skava.apppaymentplugin.service.impl
Methods in com.skava.apppaymentplugin.service.impl that return CompletePaymentResponseModifier and TypeMethodDescriptionHandleExternalPaymentServiceImpl.process
(CompletePaymentDetailsRequest completePaymentDetailsRequest) Handling the payment or transaction creation in the system for the transactions that happened out of our system. -
Uses of CompletePaymentResponse in com.skava.apppaymentplugin.utils
Methods in com.skava.apppaymentplugin.utils that return CompletePaymentResponseModifier and TypeMethodDescriptionHandleExternalPaymentServiceHelper.handleTransaction
(com.skava.payment.model.dto.payment.Payment paymentReq, String locale, CompletePaymentDetails completePaymentDetails, com.skava.payment.model.entity.payment.RequestReferenceEntity requestEntity, String status, RedirectionResponse redirectionResponse) Handle Transaction -
Uses of CompletePaymentResponse in com.skava.apppaymentplugin.web
Methods in com.skava.apppaymentplugin.web that return types with arguments of type CompletePaymentResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CompletePaymentResponse>
AppPaymentController.completePayment
(String requestId, String option, String status, String locale, CompletePaymentDetails completePaymentDetails) This API is to complete a payment/transaction which is registered already completepayment - It's return CompletePaymentResponse With help of request url it will get the complete payment