Skip to content

BankAccount bank_account_verification field #104

@eranrund

Description

@eranrund

Hello,

The bank_account_verification field seems to be of the wrong type:

In [2]: ba = balanced.BankAccount.fetch('/bank_accounts/BA372SBS9pJDmYAAr0tGcSfS')

In [3]: type(ba.bank_account_verification)
Out[3]: balanced.resources.JSONSchemaCollection

In [4]: type(ba.bank_account_verifications)
Out[4]: balanced.resources.JSONSchemaCollection

Am I missing something here? I'd expect bank_account_verification to be the latest one (or None if not present).

Thanks!

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