Skip to main content

Verify Remitter

Verify Remitter

Postman Collection

URL

POST : /v1/service/dmt/remitter/verify

Headers

Content-Type  (String)   required
application/json
Authorization  (String)   required
Basic Auth
Accept  (String)   required
application/json

Body Params

outletId  (String)   Required
Merchant unique ID (You will get outletId from Agent Onboarding API) (Max Length: 10)
mobile  (String)   Required
Mobile Number of the Remitter (Max Length: 10)
otpReference  (String)   Required
otpReference received in Update Remitter API Response (Max Length: 50)
otp  (String)   Required
Received on Remitter Number (Max Length: 8)

Request

Example Request
    curl --location --request POST '/v1/service/dmt/remitter/verify' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic e3tsb2NfdXNlcn19Ont7bG9jX3Bhc3N9fQ==' \
--data-raw '{
"outletId" : "123456",
"mobile": "9999999999",
"otpReference": "05333435449384f646444737950668796a496f75435a44495a4c786b5371732b7a454257452b5662376137794338626e6e3538352f78794b2b57624179556253 48384370784b2b797236776c773772383d",
"otp": "883534"
}'

Response Samples

{
"code": "0x0200",
"message": "Remitter fetched successfully.",
"status": "SUCCESS"
"data":{
"mobile": "9999999999",
"firstName": "SUJEET",
"lastName": "KUMAR",
"address": "Maharashtra",
"city": "",
"state": "Maharashtra",
"pincode": "400050",
"limitPerTransaction": "5000.00",
"limitTotal": "25000.00",
"limitConsumed": "0.00",
"limitAvailable": "25000.00",
"limitIncreaseOffer": false,
"allowProfileUpdate": true,
"beneficiaries": []
}
}

Response Code

Status CodeStatusMessage
0x0200SUCCESSTRANSACTION SUCCESSFULL
0x0201UNAUTHORIZEDUNAUTHORIZED USER
0x0202FAILUREFAILURE USER
0x0203MISSING_PARAMETERMISSING PARAMETER
0x0204CONNECTION_TIMEOUTCONNECTION TIMEOUT
0x0205SOMETHING_WENT_WRONGSOMETHING WENT WRONG
0x0206PENDINGTRANSACTION PENDING
0x02082FATWO FACTOR AUNTHENTICATION