python payzen:Payzen的SOAP客户端和实用程序 源码
佩岑 Payzen客户端,用于SOAP API和实用程序来生成表单 例子 检索有关令牌的信息 from payzen . client import PayzenClient payzen_client = PayzenClient ( url = 'https://secure.payzen.eu/vads-ws/v5?wsdl' , shop_id = '00000000' , certificate = '0000000000000000' , context = 'TEST' ) # returns the card or SEPA number associated with the token 123456 response = payzen_client . get_token_details ( 123456 ) payment_meth
文件列表
python-payzen-master.zip
(预估有个14文件)
python-payzen-master
readme.md
1002B
payzen
codes
fraud.py
4KB
errors.py
3KB
networks.py
1KB
authorization.py
4KB
__init__.py
0B
transaction_errors.py
16KB
暂无评论