Feat(accounts): Add account_statements resource to v2 accounts#118
Merged
JoMarchant merged 2 commits intomasterfrom Apr 7, 2026
Merged
Feat(accounts): Add account_statements resource to v2 accounts#118JoMarchant merged 2 commits intomasterfrom
JoMarchant merged 2 commits intomasterfrom
Conversation
Add AccountStatement resource and AccountStatementsManager to support
the new GET /v2/accounts/{account_id}/account_statements endpoint.
ae15aab to
1d29db1
Compare
Add integration test for v2 account_statements.list endpoint. Add pylint disable comments for duplicate-code and no-self-use.
1d29db1 to
8de7e5a
Compare
npcastro
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contexto
Parte del proyecto de Estados de Cuenta IFPE. Se agrega soporte en el SDK de Python para el nuevo recurso
account_statementsbajo cuentas v2.Qué hay de nuevo?
Se agrega el recurso
AccountStatementy su managerAccountStatementsManagercomo recurso anidado bajov2.accounts, permitiendo listar estados de cuenta de una cuenta específica viaGET /v2/accounts/{account_id}/account_statements.Tests
Unitarios