public interface PayPalSyncTransactionService
| Modifier and Type | Method and Description |
|---|---|
ReportingTransactionResponse |
lookupTransactionsByQueryParams(Map<String,String> queryFilter)
This returns all the matching transactions wrapped in the
ReportingTransactionResponse based on the @param queryFilter |
ReportingTransactionResponse lookupTransactionsByQueryParams(Map<String,String> queryFilter) throws com.paypal.base.rest.PayPalRESTException
This returns all the matching transactions wrapped in the ReportingTransactionResponse based on the @param queryFilter
The queryFilter mapping keys required are :
start_date : Filters the transactions in the response by a start date and time. The date format required is, Internet date and time format. Seconds are required. Fractional seconds are optional.
end_date : Filters the transactions in the response by a start date and time. The date format required is, Internet date and time format. Seconds are required. Fractional seconds are optional.
transaction_amount : Filters the transactions in the response by a gross transaction amount range. Specify the range as
queryFilter - com.paypal.base.rest.PayPalRESTExceptionCopyright © 2025. All rights reserved.