post https://dextox.in/api/psdmt/service/FetchBeneficiary
Use this API to Fetch the Beneficiary details
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 |
Sample Request
{
"mobile":"99XXXXXX39",
}
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
}