Releases: cuenca-mx/cuenca-python
Releases · cuenca-mx/cuenca-python
update dependencies
- remove
clabeas a direct dependency - upgrade version of
cuenca-validations - upgrade minimum requirement for
dataclassesfor python 3.6
Bump version of clabe
Banxico has removed Kuspit from SPEI
transfers and deposits resources
Added the following resources:
- balance entries
- commissions
- deposits
- whatsapp transfers
more robust Transfer.create_many
This solves the issue of Transfer.create_many failing if a set of the transfers fail. It now responds with a list of successfully submitted transfers along with the transfer requests that failed.
transactions (working this time)
Add resources for all transaction types.
transactions
Add resources for all transaction types.
support payment card number for transfers
A Transfer can now be performed with a payment card number. It could previously only be performed with a CLABE.
fixed typing for MyPy
now passes MyPy
Change status pending to created + submitted
Provide more flexibility in the status by changing pending to created and submitted
Limit should be at least 1
the query param could previously be 0, which made no sense.