Payjp

Latest version: v0.5.0

Safety actively analyzes 681881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.0

What's Changed
* test: fix test error. by nonz250 in https://github.com/payjp/payjp-python/pull/26
* feat: add endpoints about ThreeDSecureRequest object. by nonz250 in https://github.com/payjp/payjp-python/pull/28
* feat: add token tds_finish. by nonz250 in https://github.com/payjp/payjp-python/pull/27

New Contributors
* nonz250 made their first contribution in https://github.com/payjp/payjp-python/pull/26

**Full Changelog**: https://github.com/payjp/payjp-python/compare/0.4.1...0.5.0

0.4.1

- https://github.com/payjp/payjp-python/pull/25
- add feature that issue balance statement URL like [statement URL](https://pay.jp/docs/api/#%E5%8F%96%E5%BC%95%E6%98%8E%E7%B4%B0%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89url%E3%82%92%E7%99%BA%E8%A1%8C)
- 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

0.3.0

* add Statement API

0.2.0

* add 3-D Secure support

0.1.0

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

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.