public interface PaymentGatewayReportingService extends PaymentGatewayTypeAware
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 |
---|---|
default PaymentResponse |
findDetailsByTransaction(PaymentRequest paymentRequest) |
getGatewayType
default PaymentResponse findDetailsByTransaction(PaymentRequest paymentRequest) throws PaymentException
PaymentException
Copyright © 2021. All rights reserved.