post
http://qrologic.in/api/psdmt/service/RemitterOtp
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 |
|---|---|---|---|
| senderMobile | String | Yes | Remitter Mobile number |
| senderName | String | Yes | Remitter Name |
| AadhaarNumber | String | Yes | Remitter Aadhar number |
| Latitude | String | Yes | Latitude of Remitter |
| Longitude | String | Yes | Longitude of Remitter |
| PublicIP | String | Yes | PublicIP of Remitter |
| bcID | String | Yes | Retailer id |
Sample Request
{
"senderMobile": "xxxxxxxx12",
"senderName": "Name",
"aadhaarNumber": "xxxxxxxxxxxx",
"latitude": "xx.xxxx",
"longitude": "xx.xxxx",
"publicIP": "xxx.xxx.xx.xx",
"bcID": "Retailer ID"
}
