Update success rate window
Success Rate
Update success rate window
Updates the success rate calculation window with new data points
POST
Update success rate window
Documentation Index
Fetch the complete documentation index at: https://api-reference.hyperswitch.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Entity identifier
Example:
"merchant1"
Additional parameters for window update
Example:
"card"
Entity-specific labels with their success/failure status
Example:
[
{ "status": false, "label": "stripe" },
{ "status": true, "label": "adyen" }
]Example:
[
{ "status": false, "label": "stripe" },
{ "status": true, "label": "adyen" }
]Global labels with their success/failure status
Example:
[
{ "status": false, "label": "stripe" },
{ "status": true, "label": "adyen" }
]Example:
[
{ "status": false, "label": "stripe" },
{ "status": true, "label": "adyen" }
]Response
Window updated successfully
Status of the window update operation
Available options:
WINDOW_UPDATION_SUCCEEDED, WINDOW_UPDATION_FAILED