Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Beta credit details #6

@jasdumas

Description

@jasdumas

After upgrading all our access tokens with the following:

client = Client(client_id=CLIENT_ID, secret=PLAID_API_SECRET, access_token=token)
response = client.upgrade('creditdetails').json()

the specified python bindings are not returning data:

client = Client(client_id=CLIENT_ID, secret=PLAID_API_SECRET, access_token=token)  
response = client.credit_get()
data = response.json()

Error:

AttributeError: 'Client' object has no attribute 'credit_get'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions