public interface PaymentGatewayReportingService
This API provides the ability to get the status of a Transaction after it has been submitted to the Gateway. Gateways have different ways to provide this information. For example, Cybersource can provide a nightly feed or FTP file that contain details of what was SETTLED, CHARGEBACK, etc... to be reconciled in your system. Braintree and Paypal have API hooks to either do a date based query or an individual inquiry on a particular transaction.
Modifier and Type | Method and Description |
---|---|
PaymentResponseDTO |
findDetailsByTransaction(PaymentRequestDTO paymentRequestDTO) |
PaymentResponseDTO findDetailsByTransaction(PaymentRequestDTO paymentRequestDTO) throws PaymentException
PaymentException
Copyright © 2022. All rights reserved.