Version: 1.0.11
商户 API
商户接入API是Pay Protocol提供给商户的HTTP RESTful接口,商户可以通过该接口实现用户充值、提现、收单、退款等功能。
服务器地址
正式环境
https://api.payprotocol.network/api/mer
沙盒环境
https://api-sandbox.payprotocol.network/api/mer
Authentication
- API Key: X-PAY-KEY
- API Key: X-PAY-SIGN
- API Key: X-PAY-TIMESTAMP
商户的 API Key
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-PAY-KEY |
对请求参数的签名
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-PAY-SIGN |
请求的时间戳
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-PAY-TIMESTAMP |
License
MIT