Update Alert Outcome
Authorization
apiKey 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?