Skip to content

Releases: payjp/payjp-python

1.6.1

23 Apr 02:45

Choose a tag to compare

What's Changed

  • Ruff check in CI. Format the entire code with Ruff. by @wozozo in #30

Full Changelog: 1.6.0...1.6.1

1.6.0

23 Apr 01:37

Choose a tag to compare

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.

0.5.0

13 Nov 08:46
77091ef

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

17 May 02:23
df0efc0

Choose a tag to compare

  • #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

10 Apr 00:40
916c07e

Choose a tag to compare

  • add Term API
  • add Balance API

0.3.0

11 Jan 01:52
d8176da

Choose a tag to compare

  • add Statement API

0.2.0

26 Sep 09:58
af8087a

Choose a tag to compare

  • add 3-D Secure support

0.1.0

14 Dec 08:19

Choose a tag to compare

  • add retry support.
  • add python3.7, 3.8 support.