Rule Configuration

Create rule config

Create a service-level configuration for successRate or elimination scoring. Controls the time window, minimum data thresholds, and other parameters used in SR computation.

post/rule/create

Request body

merchant_idstring required
configobject required

Tagged config variant. type is successRate, elimination, or debitRouting. data holds the variant-specific fields.

Example request

{
  "merchant_id": "test_merchant"
}

Response

Rule config created

merchant_idstring
configobject

Changes