library · inferred from evidence
plaid-python
The Python library for interacting with Plaid's API, which had a bug fixed in version 8.0.0b13.
- plaid-python Transfer create: accessing response attributes raises error (12.0.0 / 11.6.0)
On plaid-python 12.0.0 and 11.6.0, creating a transfer succeeded but accessing attributes on the response model raised an error (the reporter posted a screenshot; a maintainer linked the same root cause as issue #398). A maintainer traced i
- Plaid INVALID_BODY 'body could not be parsed as JSON' when passing datetime to phone_number_verified_time
With plaid-python 9.3.0, passing a Python datetime to `LinkTokenCreateRequestUser.phone_number_verified_time` failed with `INVALID_BODY` / `error_message: 'body could not be parsed as JSON'`. Inspecting the request showed the SDK serialized
- plaid-python 8.0.0b: `__init__() missing 1 required positional argument: 'request_id'` on item get
On plaid-python 8.0.0b with API version 2020-09-14, calling item get blew up during response deserialization with `__init__() missing 1 required positional argument: 'request_id'`. The field went from nullable in API 2019-05-29 to non-nulla