Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://go.affixo.dev/v1/track/refund \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "external_id": "order_1234" } '
{ "ok": true, "conversion_id": "<string>" }
Reverses a prior conversion. Idempotent on external_id, which is required.
external_id
Workspace API key, e.g. sa_live_…. Scopes: read / write / track / *.
sa_live_…
"order_1234"
Conversion reversed
true