post https://dextox.in/api/psdmt/service/FetchBeneficiaryById
Use this API to Fetch the Beneficiary details By Id
Header Parameters
Name | Type | Description |
---|---|---|
Content-Type | String | Application/Json |
Accept | String | Application/Json |
X-Qro-ApiKey | String | Provided By Dextox |
X-Qro-UserId | String | Provided By Dextox |
Request Parameters
Param Name | Param Type | Is Mandatory | Description |
---|---|---|---|
mobile | string | YES | Beneficiary Mobile Number |
beneid | string | YES | Beneficiary Id |
Sample Request
{
"mobile":"99XXXXXX39",
"beneid":"xxxxxx"
}
Sample Response
{
"status":true,
"response_code":1,
"message":"Beneficiary fetched successfully.",
"data":
[
{"bene_id":"6XXXXXX7",
"bankid":"656",
"bankname":"ICICI BANK LIMITED",
"name":"AXXXX XXXXY",
"accno":"361XXXXXX5",
"ifsc":"XXXXXXX",
"verified":"0",
"banktype":"ALL"
}
],
"txn_status":0
}