post http://qrologic.in/api/psdmt/service/RemitterDetail
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 |
Sample Request
{"senderMobile":"80xxxxxx30"}
Sample Response
{
"status": true,
"response_code": 1,
"message": "Customer is registered",
"data": {
"fname": "CHOUDHARY ARVIND",
"mobile": "80xxxxxx30",
"bank2_limit": 24600.0
},
"txn_status": 0,
"remitter_limit": "0"
}