Account
Replace velocity rules
Set the full list of purchase rate-limit rules for your card account.
PUT
Replaces the entire set of velocity rules for your company. You can configure up to 5 rules. Each rule limits the number of approved card authorizations within a sliding time window, applied independently per card.
When a card exceeds any rule during an authorization, the transaction is declined and the card is blocked until manually unblocked. Unblocking the card also resets its authorization counter.
Sending an empty
rules array removes all rules — no validation occurs if no rules are configured.
Requires an API key with access level 2 or higher.
Body
Full set of velocity rules to apply. Up to 5 rules. Each rule must have a unique
time_window_seconds value.Response
Returns the updated list of rules as stored.Errors
| Code | Description |
|---|---|
VELOCITY_RULES_LIMIT_EXCEEDED | More than 5 rules provided. |
VELOCITY_RULES_DUPLICATE_WINDOW | Two or more rules share the same time_window_seconds. |
VALIDATION_ERROR | A field is missing or has an invalid value (e.g. max_authorizations < 1). |

