Releases: payjp/payjp-python
Releases · payjp/payjp-python
1.6.1
1.6.0
What's Changed
- Support for Python 2 and Python versions below 3.8 has been discontinued.
- Version updated to 1.x.x. This release includes no major changes apart from the version number.
- Remove Python 2 support related code. by @wozozo in #29
Full Changelog: 0.5.0...1.6.0
0.5.0
0.4.1
- #25
- add feature that issue balance statement URL like statement URL
- example usage:
statement_url = payjp.Balance.statement_urls('ba_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
statement_url = payjp.Balance.statement_urls('ba_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', platformer='true')
# or
balance = payjp.Balance.retrieve('ba_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
statement_url = balance.statement_urls()
statement_url = balance.statement_urls(platformer='true')
0.4.0
- add Term API
- add Balance API