Skip to content

Releases: cuenca-mx/cuenca-python

Broaden dependency requirements

Choose a tag to compare

@matin matin released this 01 Aug 01:22
4b2a801

The prior dependencies were pinned, which poses an issue if another library has different requirements. This release allows for a broader version of it's dependencies.

change QueryParams and banks list

Choose a tag to compare

@matin matin released this 08 Jul 12:59
7a33f75
  • change QueryParams.user to QueryParams.user_id
  • remove Banco FAMSA

update dependencies

Choose a tag to compare

@matin matin released this 29 Jun 13:12
050bd52
  • remove clabe as a direct dependency
  • upgrade version of cuenca-validations
  • upgrade minimum requirement for dataclasses for python 3.6

Bump version of clabe

Choose a tag to compare

@matin matin released this 29 Jun 12:59
c9508fe

Banxico has removed Kuspit from SPEI

transfers and deposits resources

Choose a tag to compare

@matin matin released this 24 Jun 21:13
8c6d058

Added the following resources:

  • balance entries
  • commissions
  • deposits
  • whatsapp transfers

more robust Transfer.create_many

Choose a tag to compare

@matin matin released this 05 Jun 20:21
ce00704

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)

Pre-release

Choose a tag to compare

@matin matin released this 28 May 21:19

Add resources for all transaction types.

transactions

transactions Pre-release
Pre-release

Choose a tag to compare

@matin matin released this 28 May 21:15

Add resources for all transaction types.

support payment card number for transfers

Choose a tag to compare

@matin matin released this 28 May 21:01
66706b7

A Transfer can now be performed with a payment card number. It could previously only be performed with a CLABE.

fixed typing for MyPy

Choose a tag to compare

@matin matin released this 27 May 10:39
45466ec

now passes MyPy