API Reference

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
Language
Click Try It! to start a request and see the response here!