PayZApp-Gateway
    PayZApp-Gateway
    • Getting started
    • Authentication
    • Callback Description
    • Error Description
    • Deposit
      • Create Invoice
        POST
      • Query Invoice
        GET
      • Invoice Callback
        POST
    • Transfer
      • Unified Transfer
        • Getting Strared
        • India-INR
        • Brazil-BRL
        • Blockchain-USDT
      • Query Transfer
        GET
      • Transfer Callback
        POST
    • UPI
      • Query UTR
        GET
      • UTR Repair
        POST
    • Other
      • Get Balance
        GET

    Getting started

    💡
    API Invocation Guidelines
    Description
    Transmission MethodTo ensure security, use HTTPS for transmission.
    Submission MethodSubmit using POST/GET/PUT/DELETE methods.
    Data FormatUse application/json or QueryParams.
    Character EncodingUniformly use UTF-8 character encoding.
    Signature AlgorithmHmacSHA256
    Logical EvaluationFirst, check the protocol field response, then check the business response, and finally assess the result.
    Modified at 2023-09-18 19:22:38
    Next
    Authentication
    Built with