Version: 1.0.11
Merchant API
The Merchant API is an HTTP RESTful interface provided by Pay Protocol for merchants. Merchants can use this interface to implement functions such as user recharge, withdrawal, payment, and refund.
Server URL
Production Environment
https://api.payprotocol.network/api/mer
Sandbox Environment
https://api-sandbox.payprotocol.network/api/mer
Authentication
- API Key: X-PAY-KEY
- API Key: X-PAY-SIGN
- API Key: X-PAY-TIMESTAMP
Merchant API Key
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-PAY-KEY |
Signature of the request data
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-PAY-SIGN |
Request timestamp
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-PAY-TIMESTAMP |
License
MIT