v11

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-014635124.5 KB
Rule Configuration

Get rule config

Retrieve an existing rule configuration by merchant and type.

post/rule/get

Request body

merchant_idstring required
algorithm'successRate' | 'elimination' | 'debitRouting' required

Example request

{
  "merchant_id": "test_merchant",
  "algorithm": "successRate"
}

Response

Rule config

merchant_idstring
configobject