post
http://qrologic.in/api/psdmt/service/RemitterRegistration
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 |
| KYCRequestId | String | Yes | Recieved in ekyc api |
| OTPRequestId | String | Yes | Recieved in otp api |
| OTPPin | String | Yes | Otp Recieved on mobile |
| Latitude | String | Yes | Latitude of Remitter |
| Longitude | String | Yes | Longitude of Remitter |
| PublicIP | String | Yes | PublicIP of Remitter |
Sample Request
{
"senderMobile": "XXXXXXX212",
"kycRequestId": "recieved in Ekyc api",
"otpRequestId": "recieved in otp api",
"otpPin": "Recieved on mobile",
"latitude": "26.xxxxx",
"longitude": "72.xxxx",
"publicIP": "XXX.XXX.XX.XX",
"bcID": "Retailer Id"
}
