PayZApp-Gateway
  1. UPI
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
  1. UPI

Query UTR

GET
/upi/utr/query

Request

Query Params
no
string 
optional
UTR Value
Example:
224110407347

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/upi/utr/query'

Responses

🟢200成功(UTR未结算)
application/json
Body
code
integer 
required
data
object 
required
check
boolean 
required
Has the UTR been settled
utrInfo
object 
required
tradeInfo
null 
optional
msg
string 
required
Example
{
    "code": 0,
    "data": {
        "check": false,
        "utrInfo": {
            "utr": "221222743327",
            "amount": 1000000,
            "currency": "INR"
        },
        "tradeInfo": null
    },
    "msg": ""
}
🟢200成功(UTR已结算)
🟢200成功(UTR不存在)
Modified at 2023-09-18 19:22:38
Previous
Transfer Callback
Next
UTR Repair
Built with