Configurable Payment Retry
List the amount recovered metrics
Gets the Amount Recovered metrics, including the total amount recovered and the amount recovered over the last 30 days broken down by currency.
get/api/v1/metrics/amount_recovered
Response
Example response
{
"currency": {
"USD": {
"total_amount": "77515.21",
"last_30_days": "1100.01"
},
"EUR": {
"total_amount": "337.19",
"last_30_days": "17.17"
},
"CAD": {
"total_amount": "123954.10",
"last_30_days": "5132.87"
}
},
"success": true
}