Skip to content

Releases: payjp/payjp-python

0.5.0

13 Nov 08:46
77091ef
Compare
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
Compare
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
Compare
Choose a tag to compare
  • add Term API
  • add Balance API

0.3.0

11 Jan 01:52
d8176da
Compare
Choose a tag to compare
  • add Statement API

0.2.0

26 Sep 09:58
af8087a
Compare
Choose a tag to compare
  • add 3-D Secure support

0.1.0

14 Dec 08:19
Compare
Choose a tag to compare
  • add retry support.
  • add python3.7, 3.8 support.