We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is my experience that a call to "Get Settled Batch List" will succeed if
But it will produce an error if:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is my experience that a call to "Get Settled Batch List" will succeed if
But it will produce an error if:
This behavior conflicts with documentation at https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-settled-batch-list stating:
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.
The text was updated successfully, but these errors were encountered: