Name | Type | Description |
---|
Content-Type | String | Application/Json |
Accept | String | Application/Json |
X-Qro-ApiKey | String | Provided By Qrologic |
X-Qro-UserId | String | Provided By Qrologic |
Name | Type | Mandatory | Description |
---|
Mobile | String | Yes | Remitter Mobile number |
Latitude | String | Yes | Latitude of Remitter |
Longitude | String | Yes | Longitude of Remitter |
PublicIP | String | Yes | Public IP of Remitter |
bcID | String | Yes | Retailer Id |
accno | String | Yes | Beneficiary Account Number |
ifsccode | String | Yes | Beneficiary IFSC |
beneName | String | Yes | BeneficiaryName |
referenceid | String | Yes | Unique Refid |
amount | String | Yes | Transaction Amount |
txntype | String | Yes | IMPS |
{
"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"
}
{
"status": true,
"response_code": 1,
"message": "OTP Generated Successfully",
"data": {
"requestID": "2501090061989646982",
"OtpRequestId": "493462337"
},
"txn_status": 0
}