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
| Field | Type | Required | Allowed values |
|---|---|---|---|
statuses | array of strings | yes | One or more of: "success", "no_data", "error" |
comparator | string | yes | "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.
successindicates the BIN was found in the BIN database.no_dataindicates the BIN was not found.errorindicates the lookup itself failed (e.g. due to a timeout).