我无法向 ZixiPay 发出 api 请求

时间:2021-06-18 09:16:43

标签: python-3.x api payment-gateway

使用 python 3.8,我无法向 Zixipay(USDT 支付钱包)(Zixipay api docs:https://zixipay.docs.apiary.io/) api 发出请求。

普遍的问题是,我不知道如何将 post 请求与 body 结合起来。

我试着按照这里的说明去做 How do I sign a POST request using HMAC-SHA512 and the Python requests library?

但是没有用...

如果有人能提供帮助,我将不胜感激)感谢您阅读 dis。

1 个答案:

答案 0 :(得分:-1)

ZixiPay 的官方 API 文档可以在这里找到: https://github.com/zixipay/zixipay.github.io

这里是 Python API 示例代码。 https://github.com/zixipay/zixipay.github.io/tree/master/samples/Python