1. 首页
  2. 移动开发
  3. 其他
  4. python payzen:Payzen的SOAP客户端和实用程序 源码

python payzen:Payzen的SOAP客户端和实用程序 源码

上传者: 2021-04-07 11:39:17上传 ZIP文件 15.49KB 热度 19次
佩岑 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
用户评论