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

setFirstSettlementDate requires setLastSettlementDate #169

Open
fulldecent opened this issue Jan 7, 2021 · 0 comments
Open

setFirstSettlementDate requires setLastSettlementDate #169

fulldecent opened this issue Jan 7, 2021 · 0 comments

Comments

@fulldecent
Copy link

fulldecent commented Jan 7, 2021

It is my experience that a call to "Get Settled Batch List" will succeed if

  • Neither setFirstSettlementDate and setLastSettlementDate are performed
  • Both setFirstSettlementDate and setLastSettlementDate are performed

But it will produce an error if:

  • setFirstSettlementDate is performed and setLastSettlementDate is not performed

This behavior conflicts with documentation at https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-settled-batch-list stating:

All input parameters other than merchant authentication are optional.

Instead, I am expecting that setting setFirstSettlementDate without setLastSettlementDate will cause every batch since that time to be returned.

My use case is an ETL script that gets recent batches.


Further, the page https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-settled-batch-list does not have a GitHub link to report issues, so I am reporting the issue here which is less than ideal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant