Skip to content

0.4.1

Choose a tag to compare

@natsuki-yamanaka natsuki-yamanaka released this 17 May 02:23
· 27 commits to master since this release
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')