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"
    ]
  }
}

Changes

Changed in 1 of the 13 revisions of this API.1