Skip to content

The list method rejects pagination arguments (count/newer_id/older_id) #180

Description

@hunter-nl

I’m integrating the official Python SDK to list and export customer statements (MT940/PDF) across both personal and company monetary accounts, and I’ve run into issues that seem to be SDK-specific:

The list method rejects pagination arguments (count/newer_id/older_id)
Expected
ExportStatement listing supports pagination args per the REST API via query params (count, newer_id, older_id).
Observed
ExportStatementApiObject.list(...) raises: "got an unexpected keyword argument 'count'" when passing count/newer_id/older_id.

  • Representative log:
    [debug] SDK list signature mismatch: ExportStatementApiObject.list() got an unexpected keyword argument 'count'.

Request
Please add count/newer_id/older_id to the Python SDK method signature and pass them through to the underlying endpoint.

Activity

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

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