sale-tracking
Installation
SKILL.md
Sale Tracking
Record revenue after a customer pays so commissions are attributed to the correct affiliate partner.
Option A: Sale API (any payment provider)
POST https://api.affitor.com/api/v1/track/sale
Authorization: Bearer YOUR_PROGRAM_API_KEY
Content-Type: application/json
{
"transaction_id": "txn_unique_id",
"customer_key": "user_123",
"amount_cents": 4900,
"currency": "USD"
}