Card Control Configuration

This webhook will be triggered when any changes in the card control settings are made using the card block config or card limit config. Event Name: Card Limit and Block Configuration

{
	"card_Id": "crd_2320fcf821de45a3a7a499977xyz27ed",
	"message": "Limit-Block config set successful",
	"card_config": {
		"card_id": "crd_2320fcf821de45a3a7a499977xyz27ed",
		"block_config": [{
			"allow": true,
			"channel": "POS",
			"location": "DOM"
		}, {
			"allow": true,
			"channel": "ECOM",
			"location": "DOM"
		}, {
			"allow": false,
			"channel": "ATM",
			"location": "INTL"
		}, {
			"allow": false,
			"channel": "POS",
			"location": "INTL"
		}, {
			"allow": false,
			"channel": "ECOM",
			"location": "INTL"
		}, {
			"allow": true,
			"channel": "POS",
			"location": "DOM",
			"txn_mode": "CONTACTLESS"
		}, {
			"allow": false,
			"channel": "POS",
			"location": "INTL",
			"txn_mode": "CONTACTLESS"
		}, {
			"allow": true,
			"channel": "ATM",
			"location": "DOM"
		}],
		"limit_config": [{
			"channel": "ECOM",
			"location": "DOM",
			"thresholds": [{
				"amount_limit": 500000,
				"target_duration": "MONTH"
			}, {
				"amount_limit": 350000,
				"target_duration": "DAY"
			}]
		}, {
			"channel": "POS",
			"location": "DOM",
			"txn_mode": "CONTACTLESS",
			"thresholds": [{
				"amount_limit": 500000,
				"target_duration": "MONTH"
			}, {
				"amount_limit": 150000,
				"target_duration": "DAY"
			}]
		}]
	}
}

Last updated