List Types
Lists are available to be created from the following List Types:
- Merchant Category Codes: to allow selectivity about which types of merchants a card can be used in.
- Country: to allow selectivity about which country a card can be used in.
- Currency: to allow selectivity about which foreign currencies a card can be used in.
Lists can be created as
- Allow List - if the authorisation data elements (MCC/Country/Currency) are matched to entries on a white list they will be allowed to progress and be subject to other applicable authorisation checks. If the authorisation data element is not able to be matched to an entry then the authorisation will always be declined.
- Block List - if the authorisation data elements (MCC/Country/Currency) are matched to entries on a black list the authorisation will always be declined. If the authorisation data element is not able to be matched to an entry then the authorisation will be allowed to progress and be subject to other authorisation checks.
Note that for any given List Type i.e. MCC, Country or Currency, Allow Lists and Block Lists are mutually exclusive i.e. ONLY an Allow List OR a BLock List can be created per List Type.
If you change the values in a List within a Behaviour for a Product, this applies to newly created cards only. Existing cards retain their current List settings and must be updated individually using the Set Behaviour API.
At the point of authorisation, CLOWD9 evaluates each relevant List parameter against the incoming authorisation request. Based on the configured value, CLOWD9 will either approve the transaction (subject to all other authorisation rules) or decline it as not permitted.
All authorisations are subject to all authorisation rules within a Behaviour. Passing a Card Usage check doesn't guarantee an approved authorisation it means the transaction type is permitted and will proceed on through the normal authorisation flow.
Updated 1 day ago