1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
"success": true,
"message": "UPI Transfer",
"data": {
"transfer" : {
"status": "received",
"trans_id": trans_VRm7frCeE,
"trans_ref": "test24",
"vpa": "testvpa@bank",
"pay_mode": "UPI",
"amount": "10",
"trans_type": "CREDIT",
"init_source": "paytm",
"remarks": false
"updatedAt": 2021-05-11T14:59:07.594Z"
"createdAt": 2021-05-11T14:59:07.594Z
}
}
}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{
"success": true,
"message": "Beneficiary Detail",
"data": {
"beneficiary":
{
"account": {
"number": "501000000012345678",
"ifsc": "HDFC0000001"
}
"name": {
"first": "",
"last": "",
"full": "Jaikumar R"
}
"status": "active",
"merchant_id": "XXXXXX",
"beneficiary_id": "bene_XXXX",
"createdAt": "2021-05-11T14:23:04.668Z"
}
}
}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 28 29 30
{
"success": true,
"message": "Payout Accepted",
"data": {
"transfer": {
"status": "accepted",
"merchant_id": "TaodSgGa",
"trans_id": "trans_VRm7frCeE",
"trans_ref": "test24",
"beneficiary": {
"account": {
"number": "501000000001",
"ifsc": "HDFC0000001"
},
"beneficiary_id": "bene_0sWxgFdY@",
"beneficiary_ref": "jaikumarr"
},
"pay_mode": IMPS,
"amount": 10,
"total_deduction": 15,
"product_type": "payout",
"trans_type": "DEBIT
"init_source": "api",
"remarks": "Testing",
"updatedAt": "2021-05-11T14:59:07.594Z",
"createdAt": "2021-05-11T14:59:07.594Z"
}
}
}