Heading Parameter

NameTypeDescription
Content-TypeStringApplication/Json
AcceptStringApplication/Json
X-Qro-ApiKeyStringProvided By Qrologic
X-Qro-UserIdStringProvided By Qrologic

Request Parameters

NameTypeMandatoryDescription
MobileStringYesRemitter Mobile number
LatitudeStringYesLatitude of Remitter
LongitudeStringYesLongitude of Remitter
PublicIPStringYesPublic IP of Remitter
bcIDStringYesRetailer Id
accnoStringYesBeneficiary Account Number
ifsccodeStringYesBeneficiary IFSC
beneNameStringYesBeneficiaryName
referenceidStringYesUnique Refid
amountStringYesTransaction Amount
txntypeStringYesIMPS
OtpRefIDStringYesProvided in Tranaction otp api
otpStringYesSent to mobile
bankidStringYesProvided in bene list
modeStringYesIMPS

Sample Request

{
    "Mobile": "80XXXXXX30",
    "Latitude": "26.XXXXX",
    "Longitude": "75.XXXX",
    "PublicIP": "XXX.XXX.XX.XX",
    "bcID": "RT7XXXX",
    "referenceid": "123456016",
    "accno": "31XXXXXXXX36",
    "ifsccode": "BAXXXXXTI",
    "amount": "100",
    "txntype": "IMPS",
    "benename":"Arvind Chodhary",
    "OtpRefID":"493500928",
    "otp":"3411",
    "bankid":"fa4049939e864793a7d4fa34023da007",
    "mode":"IMPS"
}
Language
Click Try It! to start a request and see the response here!