post
http://qrologic.in/api/psdmt/service/TransactionV2
Heading Parameter
| 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 |
Request Parameters
| 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 |
| OtpRefID | String | Yes | Provided in Tranaction otp api |
| otp | String | Yes | Sent to mobile |
| bankid | String | Yes | Provided in bene list |
| mode | String | Yes | IMPS |
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"
}
