Skip to main content

CreditcardBinType

Matches transactions whose card type (per BIN data) is (or is not) in a configured list. Shown as "Credit card: BIN Type" in the condition catalogue.

Parameters

FieldTypeRequiredAllowed values
typesarray of stringsyesOne or more of: "CREDIT", "DEBIT"
comparatorstringyes"in" or "notin"

Example

{
"constraint": "CreditcardBinType",
"params": {
"types": ["CREDIT"],
"comparator": "in"
}
}

Notes

  • Availability: might not be included in your platform package — if this condition is missing from the catalogue returned by List routing constraints, contact your Customer Success Manager to have it activated.
  • Use this to discriminate credit-card vs debit-card traffic for connectors that price the two differently.
  • If no BIN data is found for the card, "in" conditions do not match while "notin" conditions match. For transactions without card data (or when the BIN lookup fails), rule evaluation stops and the default connector is used.