Config
Configure SR dimensions
Configure success-rate routing dimensions.
post/config-sr-dimension
Request body
Example request
{
"merchant_id": "merchant_demo",
"paymentInfo": {
"udfs": [],
"fields": [
"currency",
"country",
"auth_type"
]
}
}Response
OK
string required
Bare JSON string, not an object.
Example response
"SR Dimension configuration updated successfully"