library · inferred from evidence
dwolla-v2-python
The GitHub repository for the dwollav2 Python library.
- dwollav2 TypeError: request() got an unexpected keyword argument 'file' on document upload (1.5.0)
Uploading a document with dwollav2 1.5.0 failed with `TypeError: request() got an unexpected keyword argument 'file'` raised from inside token.py's post(). A community member traced it to params being passed positionally instead of as the n
- Dwolla Create Beneficial Owners returns 404 NotFound despite correct request body
POSTing to `/customers/{id}/beneficial-owners` in the Dwolla sandbox with a complete, correct-looking body (firstName, lastName, ssn, dateOfBirth, address) returned `{"code":"NotFound","message":"The requested resource was not found."}` ins
- dwollav2 request with decimal.Decimal body fails unless simplejson is installed
Sending a `decimal.Decimal` in a dwollav2 request body failed unless the optional `simplejson` package happened to be installed — and simplejson wasn't listed as a dependency anywhere. The reporter argued a JSONEncoder subclass handles deci