Skip to content

Communication Protocols

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

typedesc
Transmission MethodIn order to ensure transaction security, HTTPS transmission is adopted, and TLS 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 EncodingUniformly use UTF-8 character encoding
Signature AlgorithmSHA256WithRSA
Signature RequirementsBoth request and received data need to verify the signature. For details, please refer to Signature Rules
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

Was this page helpful?

Thank you for your help in improving PayerMax Product Docs!

Last updated:

Released under the MIT License.