UPI Payments Webhooks
{
"rrn": "g23eg32878723eh329e8923",
"status": "Success",
"merchant": {
"upi_merchant_id": "upi_txn_id361639163861",
"merchant_vpa": "amazon@okhdfc",
"merchant_name": "amazon",
"mcc": "1234"
},
"txn_logs": [
{
"entry_id": "ent_b3c8475d76b346b5b47d62a0fe329bc5",
"txn_log_id": "txn_b3c8475d76b346b5b47d62a0fe329bc5",
"account_id": "acc_db7ca20c268045f6bcdb27af064c19c4",
"txn_date": "2018-02-28T10:30:38+05:30",
"txn_type": "UPI_FUND",
"txn_code": "UPI_PAYMENT",
"txn_indicator": "Debit",
"txn_amount": 100,
"txn_currency": {
"alpha_code": "INR",
"numeric_code": 356
},
"remarks": "Paying for Groceries",
"rrn": "493dceaf-17c3-44dd-8414-be0ce6635d1a"
}
]
"funding_account_balance": [
{
"currency": "INR",
"balance": 100
}
],
"target_account_balance": [
{
"currency": "INR",
"balance": 100
}
],
}Last updated