Skip to content

Protocol Rules

Merchants accessing the PayerMax service and calling the API must follow the following rules:

Transmission Method In order to ensure transaction security, HTTPS transmission is adopted, andTLS version should not be lower than 1.2. For details, please refer to TLS Upgrade Instructions
Submission MethodSubmit by POST method
Data FormatSubmit and return data in application/json format
Character Encoding uniformly use UTF-8 character encoding
Signature AlgorithmSHA256WithRSA
Signature RequirementsBoth request and received data need to verify the signature. For details, please refer to
Process Logicfirst refer to the return of the protocol field, then refer to the code in the response message, and finally refer to the transaction status

Released under the MIT License.