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)
Regression in v1.4.0/v1.5.0: `post()`/`get()` in token.py passed params positionally, breaking any call with extra kwargs like document upload. Workaround confirmed by the maintainer: pin to v1.3.0 in production. The fix shipped and the mai
- Dwolla Create Beneficial Owners returns 404 NotFound despite correct request body
The 404 isn't about your request body — it's the customer type. Only Business Verified Customers can have beneficial owners added via the API; Receive Only customers (a lightweight customer type) get a 404 for this endpoint because the oper
- dwollav2 request with decimal.Decimal body fails unless simplejson is installed
Fixed in dwollav2 v2.3.0, which the maintainer confirmed was published — Decimal values in request bodies are now serialized without requiring simplejson. Upgrade to v2.3.0+. Source: https://github.com/Dwolla/dwolla-v2-python/issues/55 Sou