Query Remitter

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Header Parameters

NameTypeDescription
Content-TypeStringApplication/Json
AcceptStringApplication/Json
X-Qro-ApiKeyStringProvided by Payment Online Pay
X-Qro-UserIdStringProvided by Payment Online Pay

Request Parameters


NameTypemandatoryDescription
mobileStringYesRemitter Mobile Number
bank3_flagStringYesNo (Static)
bank4_flagStringYesNo (Static)

Sample Request

{
  "mobile":"8*******30",
  "bank3_flag":"No",
  "bank4_flag":"No"
}

Sample Response

{
    "status": true,
    "response_code": 1,
    "message": "Remitter account details fetched.",
    "data": {
        "limit": 24700,
        "mobile": "8003686230"
    },
    "txn_status": 0,
    "remitter_limit": "0"
}

Response Description


response_codeDescription
response_code = 1Remitter Found Go To Add beneficiary
response_code = 2Ekyc Pending Kindly Do Ekyc.
response_code = 3Remitter Not Register .Add Remitter
Body Params
string
required
Defaults to {"mobile":"8*******30","bank3_flag":"No","bank4_flag":"No"}
Headers
string
required
Defaults to Application/Json
string
required
Defaults to Application/Json
string
required
Defaults to {API KEY}
string
required
Defaults to {USER ID}
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json