Version: 1.0.14
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