Configurable Payment Retry
List the document success rate metrics by customer group
Gets the Document Success Rate timeseries for each customer group over the past 6 months. The data of the current month will not be included. For example, if it is April 15th today, the data for April will not be included. Data for March and earlier will be shown.
get/api/v1/metrics/customer_group_over_time
Response
Example response
{
"customer_groups": {
"1": {
"05_21": "17.53",
"04_21": "13.21",
"03_21": "14.92",
"02_21": "8.99",
"01_21": "34.25",
"12_20": "12.30"
},
"2": {
"05_21": "11.11",
"04_21": "7.87",
"03_21": "26.00",
"02_21": "11.06",
"01_21": "13.43",
"12_20": "17.92"
},
"4": {
"05_21": "11.13",
"04_21": "9.17",
"03_21": "17.20",
"02_21": "19.06",
"01_21": "12.43",
"12_20": "15.92"
}
},
"success": true
}