post https://dextox.in/api/psdmt/service/Transactionv2
Use this API to Make Transaction
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 Parameter
Param Name | Param Type | Is Mandatory | Description |
---|---|---|---|
mobile | string | YES | Beneficiary Mobile Number |
referenceid | string | YES | Same unique id which sent in otp api |
txntype | string | YES | IMPS |
pincode | integer | YES | Beneficiary Pin code |
address | string | YES | Beneficiary address |
dob | string | YES | dob of Beneficiary |
bene_id | integer | YES | Beneficiary Id |
stateresp | string | YES | Recieved in Send Transaction Otp api |
amount | string | YES | Same Transaction Amount |
otp | string | YES | Recieved on Mobile Number |
gst_state | string | YES | 07 |
Sample Request
{
"mobile":"99XXXXXX39",
"txntype":"IMPS",
"gst_state":"07",
"bene_id":XXXX,
"referenceid":"XXXXX",
"dob":"01-02-2000",
"address":"XXXX",
"pincode":XXXXXX,
"stateresp":"xxxxx",
"amount":"xxxxx",
"otp":"xxxxxx"
}
Sample Response
{
"status":true,
"response_code":1,
"ackno":"XXXXX",
"utr":"5101XXXXX",
"txn_status":1,
"benename":"AXXXXX",
"remarks":"Transaction Successful - ",
"message":"Transaction Successful.",
"customercharge":"XX.00",
"gst":"XX.83",
"tds":"XX.XX",
"netcommission":"XX.XX",
"account_number":"36XXXXXXX",
"txn_amount":"100",
"balance":0.0
}