Skip to main content

Add Beneficary

Add Beneficary

Postman Collection

URL

POST : /v1/service/dmt/beneficiary

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)
remitterMobile  (String)   Required
Remitter Mobile Number (Max Length: 10)
name  (String)   Required
Full Name of Beneficiary (Max Length: 25)
ifsc  (String)   Required
Bank IFSC code of Beneficiary (Max Length: 15)
accountNumber  (String)   Required
Bank Account Number of Beneficiary (Max Length: 20)
bankId  (String)   Required
Bank Id of Beneficiary( You will get this from Bank List API) (Max Length: 10)

Request

Example Request
    curl --location --request POST '/v1/service/dmt/beneficiary' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic e3tsb2NfdXNlcn19Ont7bG9jX3Bhc3N9fQ==' \
--data-raw '{
"outletId" : "123456",
"remitterMobile": "9999999999",
"name": "Sujeet Kumar",
"ifsc": "BARB0AANTIY",
"accountNumber" : "1234567890949",
"bankId" : "39287"
}'

Response Samples

{
"code": "0x0200",
"message": "Record added successfully.",
"status": "SUCCESS",
"data":{
"id": "7c4cd1ab13de8728b70f3982",
"name": "SUJEETKUMAR",
"account": "1234567890949",
"ifsc": "BARB0AANTIY",
"bank": "BANK OF BARODA",
"verificationDt": "2023-01-24 11:39:47"
}
}

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