Process Order Refunds and Retractions in Advocate
2
Trigger a retraction action via API
Key requirements
curl 'https://api.impact.com/Advertisers/<AccountSID>/Actions' \
-X DELETE \
-u '<AccountSID>:<AuthToken>' \
-H 'Accept: application/json' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'ActionId=1234.5678.9123456' \
-d 'Amount=0' \
-d 'DispositionCode=RETRACTION'Common pitfalls & troubleshooting
3
Last updated


