文件名称:FortePy:Forte AGI 支付 API 的 Python 绑定
文件大小:23KB
文件格式:ZIP
更新时间:2024-07-18 06:19:55
Python
FortePy Python 绑定。 不再开发或积极维护。 测试中提供的功能有效。 我们会维护它或进一步开发它,但 Forte 不想与我们做生意。 按原样提供,不作任何保证。 配置 import fortepy fortepy.config(merchant_id, api_login_id, transaction_key, agi_password, sandbox, require_compliance) 默认情况下, sandbox设置为False并且require_compliance设置为False 。 必须初始化其他参数。 客户 创建新客户端 import fortepy fortepy.config(merchant_id, api_login_id, transaction_key, agi_password) client = fortepy.Client.cr
【文件预览】:
FortePy-master
----.travis.yml(362B)
----.coveragerc(65B)
----FortePy.sln(968B)
----setup.py(466B)
----LICENSE.md(1KB)
----.gitignore(3KB)
----fortepy()
--------AddressVerification.py(481B)
--------BankAccount.py(2KB)
--------Address.py(508B)
--------Order.py(451B)
--------AGI()
--------FortePy.pyproj(2KB)
--------tests()
--------Transaction.py(2KB)
--------Client.py(6KB)
--------IDVerify.py(694B)
--------__init__.py(455B)
--------DriversLicense.py(133B)
--------WebServices()
--------Config.py(2KB)
--------CreditCard.py(2KB)
--------Recurrence.py(360B)
----README.md(7KB)
----.gitattributes(483B)