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
Example response
{
"merchant_id": "merchant_demo",
"paymentInfo": {
"udfs": [],
"fields": [
"currency",
"country",
"auth_type"
]
}
}