Skip to content

Releases: payjp/payjp-python

1.6.1

Choose a tag to compare

@wozozo wozozo released this 23 Apr 02:45

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

Choose a tag to compare

@wozozo wozozo released this 23 Apr 01:37

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

Choose a tag to compare

@nonz250 nonz250 released this 13 Nov 08:46
77091ef

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

Choose a tag to compare

@natsuki-yamanaka natsuki-yamanaka released this 17 May 02:23
df0efc0
  • #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

Choose a tag to compare

@koki-matsuura-pay koki-matsuura-pay released this 10 Apr 00:40
916c07e
  • add Term API
  • add Balance API

0.3.0

Choose a tag to compare

@darai0512 darai0512 released this 11 Jan 01:52
d8176da
  • add Statement API

0.2.0

Choose a tag to compare

@feiz feiz released this 26 Sep 09:58
af8087a
  • add 3-D Secure support

0.1.0

Choose a tag to compare

@feiz feiz released this 14 Dec 08:19
  • add retry support.
  • add python3.7, 3.8 support.