Skip to main content

CreditcardBinPrepaid

Matches transactions whose card BIN is (or is not) prepaid. Shown as "Credit Card: BIN Prepaid" in the condition catalogue.

Parameters

FieldTypeRequiredAllowed values
isPrepaidstringyes"yes" or "no"

Example

{
"constraint": "CreditcardBinPrepaid",
"params": { "isPrepaid": "no" }
}

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.
  • Requires BIN data for the card. If the transaction has no card, or the BIN lookup fails, the rule is skipped and routing falls through to the default connector. If the lookup succeeds but has no data for the BIN, the condition evaluates to false and the else branch is followed.