Skip to content

setFirstSettlementDate requires setLastSettlementDate #169

Description

@fulldecent

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions