New Chargeflow docs. Everything for merchants, platforms, and the API in one place.
Current (2025-04-01)Merchants APIAlerts

Update Alert Outcome

POST
/public/2025-04-01/alerts/{alertId}/outcome
x-api-key<token>

Your Chargeflow API key. Generate it in the Developer Hub under Settings.

In: header

Path Parameters

alertId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/public/2025-04-01/alerts/string/outcome" \  -H "Content-Type: application/json" \  -d '{    "outcome": "refunded"  }'
Empty
Was this page helpful?