Non Financial Transaction Event

This webhook is triggered when the original Authorisation transaction in below scenarios:

  1. Authorisation is settled in clearing (Merchant has settled the transaction)

  2. Authorisation's settlement is void in clearing (Merchant has void its claim or settlement)

{
	"aid": "999999",
	"mcc": "5999",
	"mid": "ABC123TEST",
	"rrn": "20230242060642",
	"stan": "217552",
	"card_id": "crd_ff9cd6d3e6ee46c2950df345040456cd6d1",
	"channel": "ATM",
	"remarks": "",
	"user_id": "usr_e2685dfdeeca4827ab634ce7a8e910fddb",
	"entry_id": "ent_e8ae2419e43c44d7a324539309fc42ea84d",
	"merchant": "ISAC Happay/Sydney/NSW/AUS",
	"txn_date": "2023-02-06T06:49:06.207054Z",
	"txn_type": "NULLIFY_CLEARED",
	"txn_code": "FP",
	"auth_code": "AORUB0",
	"account_id": "acc_26eb64c4b6d4234875a761920991c91360",
	"bin_number": "758874",
	"txn_amount": 1400,
	"txn_log_id": "txn_3724c76a33441b4d579028a9709887af6b",
	"txn_status": "0",
	"terminal_id": "HAPPAY1",
	"pan_entry_mode": "CHIP",
	"location": "DOM",
	"txn_currency": {
		"alpha_code": "INR",
		"numeric_code": 356
	},
	"txn_indicator": "Debit",
	"original_txn_id": "txn_bbf2e34c13daa94252a3c1d61f2510f18a",
	"acquiring_amount": 1400,
	"acquiring_currency": {
		"alpha_code": "INR",
		"numeric_code": 356
	},
	"failure_reason_info": null,
	"target_account_balance": [{
		"balance": 99948558,
		"currency": "INR"
	}],
	"funding_account_balance": [{
		"balance": 99948558,
		"currency": "INR"
	}]
}

Different values of Transaction Type - txn_type:

txn_type

txn_indicator

Description

NULLIFY_CLEARED

Debit

The merchant claims or settles the Authorisation transaction

NULLIFY_CLEARED_REVERSAL

Credit

The merchant has void its claim or settlement on the Authorisation transaction

Last updated