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"
]
}
}Changes
Changed in 1 of the 13 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○