v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-0464108237.1 KB
Config

Get SR dimension config

Read the merchant's configured success-rate scoring dimensions.

get/config-sr-dimension/{merchant_id}

Path parameters

merchant_idstring required

Merchant account id.

Response

SR dimension config

merchant_idstring required

Example response

{
  "merchant_id": "merchant_demo",
  "paymentInfo": {
    "udfs": [],
    "fields": [
      "currency",
      "country",
      "auth_type"
    ]
  }
}