Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No API for Chargeback Reports or Summaries #31

Open
bill-c-martin opened this issue Jun 21, 2019 · 0 comments
Open

No API for Chargeback Reports or Summaries #31

bill-c-martin opened this issue Jun 21, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@bill-c-martin
Copy link

bill-c-martin commented Jun 21, 2019

In lib/Api/, there are no APIs provided for the following:

Where {urlPrefix} is "api.cybersource.com" or "apitest.cybersource.com", and {startTime}/{endTime} are ISO 8601 timestamps like "2017-10-01T10:10:10+05:00"

Since these two endpoints have different parameters and URIs than the regular report downloads (/reporting/v3/report-downloads) in lib/Api/ReportDownloadsApi.php, that one cannot be used.

I kept trying to use ReportDownloadsApi.php mistakenly and kept getting a resource not found error. The Servlet to REST API Migration Guide says the Chargeback reports are retired.

However, I eventually tracked down a PDF called Reporting_API_WellsFargoPaymentGateway.pdf that reveals they are not in fact retired, and gives the required URI and parameters.

I think it would be very helpful to include API classes for Chargeback Details and Summaries reports.

@gnongsie gnongsie added the enhancement New feature or request label Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants