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

    Error Description

    TIP
    The API will return a code=0 response code on success and a non-0 response code on error.
    In return, you will get the specific error information in the returned msg
    Example of successful response:
    {"code": 0, "data": {}, "msg": ""}
    Example of response error:
    {"code": 1008790001, "msg": "Out trade number existing duplicate"}
    Note: The error code returned by each error request will be different.
    Modified at 2023-11-08 04:54:10
    Previous
    Callback Description
    Next
    Create Invoice
    Built with