Skip to main content

CreditcardBinLookupStatus

Matches transactions by the status of their BIN lookup — useful for routing differently when BIN data is unavailable or when the lookup failed. Shown as "Credit card: BIN Lookup Status" in the condition catalogue.

Parameters

FieldTypeRequiredAllowed values
statusesarray of stringsyesOne or more of: "success", "no_data", "error"
comparatorstringyes"in" or "notin"

Example

{
"constraint": "CreditcardBinLookupStatus",
"params": {
"statuses": ["success"],
"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.
  • success indicates the BIN was found in the BIN database.
  • no_data indicates the BIN was not found.
  • error indicates the lookup itself failed (e.g. due to a timeout).