Endpoints
GET/rule- Get list of rules
POST/rule- Add a new rule
GET/rule/checks/{paymentId}- Get velocity checks performed on a transaction
GET/rule/{id}- Get a velocity limit by rule ID
PATCH/rule/{id}/deactivate- Deactivate a rule
Parameters
Parameter | Type | Description |
---|---|---|
accountNumber | string | The number associated with the account. |
action | string | The action specified for the transaction. |
amount | integer | The amount involved in the transaction. |
counterpartyId | integer | The ID of the counterparty. |
durationDays | integer | The duration for which transaction lasts. |
frequencyMax | integer | The maximum frequency of transaction. |
limitName | string | The name of the limit. |
limitType | string | The type of limit set. |
productId | integer | The ID associated with the product. |
transactionType | string | The classification of transaction type. |