{
"event": {
"id": 13007875,
"type": "fulfilment_pending",
"created_at": "2023-08-23T11:06:02.663Z"
},
"data": {
"id": 2429153,
"status": "pending",
"amount": 3,
"date_paid": null,
"due_date": null,
"unit": "free_months",
"created_at": "2023-08-23T11:06:02.607Z",
"has_issues": false,
"reward": {
  "id": 109465,
  "amount": null,
  "type": "per_promotion",
  "unit": "free_months",
  "name": "Free subscription months",
  "per_of_sale": 0,
  "default_promo_code": null
},
"promoter": {
  "id": 5272969,
  "status": "active",
  "cust_id": "",
  "email": "[email protected]",
  "created_at": "2023-02-08T06:25:28.004Z",
  "temp_password": "gpBwBYw1",
  "default_promotion_id": 5680057,
  "pref": "i790yc6",
  "default_ref_id": "referralid18",
  "note": null,
  "w8_form_url": null,
  "w9_form_url": null,
  "parent_promoter_id": null,
  "earnings_balance": {
    "cash": 882,
    "free_months": 3
  },
  "current_balance": {
    "cash": 882,
    "free_months": 3
  },
  "paid_balance": null,
  "auth_token": "2-5P1Shfk2nnKaZrYFZExh-sfCThGt-2",
  "profile": {
    "id": 5306304,
    "first_name": "Promoter",
    "last_name": "Name",
    "website": "",
    "company_name": "",
    "phone_number": "",
    "address": "",
    "vat_id": "",
    "country": "",
    "paypal_email": null,
    "avatar_url": "",
    "description": null,
    "social_accounts": {
      "twitter": {
        "url": ""
      },
      "youtube": {
        "url": ""
      },
      "facebook": {
        "url": ""
      },
      "linkedin": {
        "url": ""
      },
      "instagram": {
        "url": ""
      }
    }
  },
  "promotions": [
    {
      "id": 5680057,
      "status": "offer_inactive",
      "ref_id": "referralid18",
      "promo_code": "",
      "customer_promo_code": "",
      "target_reached_at": null,
      "promoter_id": 5272969,
      "campaign_id": 17476,
      "referral_link": "https://www.your-company.com/?fpr=referralid18",
      "current_offer": null,
      "current_referral_reward": {
        "id": 90548,
        "amount": null,
        "type": "per_referral",
        "unit": "cash",
        "name": "35% recurring commission",
        "per_of_sale": 35,
        "default_promo_code": null
      },
      "current_promotion_reward": null,
      "current_target_reward": null,
      "campaign_name": "Campaign Name",
      "hidden": false,
      "visitors_count": 4,
      "leads_count": 3,
      "customers_count": 2,
      "refunds_count": 0,
      "cancellations_count": 0,
      "sales_count": 2,
      "sales_total": 2522,
      "refunds_total": 0,
      "active_customers_count": 2
    }
  ]
},
"campaign": {
  "id": 17476,
  "name": "Campaign Name",
  "landing_url": "https://www.your-company.com",
  "description": "Private campaign with 2 plans",
  "private": false,
  "color": "#42a5f5",
  "default_webhook_url": "https://your-webhook-url.com",
  "auto_approve_rewards": true,
  "auto_approve_promoters": false,
  "offer": null,
  "referral_reward": {
    "id": 90548,
    "amount": null,
    "type": "per_referral",
    "unit": "cash",
    "name": "35% recurring commission",
    "per_of_sale": 35,
    "default_promo_code": null
  },
  "promotion_reward": null,
  "target_reward": null
}
}
}

In case you have the “Auto-approve rewards” checked for the campaign, the webhook will be fired right after the reward is attributed.

To utilize the ‘fulfilment_pending’ webhook in FirstPromoter, follow these steps:

How to respond to this webhook call:

Respond with status 200 if you fulfilled the reward on your end.

Respond with a 2xx status (except 200) to keep the fulfilment marked as pending on FirstPromoter’s end.

Respond with any other status to indicate an error (FirstPromoter will retry for 7 times during the day).

Event
Event Object
Data
Data Object
{
"event": {
"id": 13007875,
"type": "fulfilment_pending",
"created_at": "2023-08-23T11:06:02.663Z"
},
"data": {
"id": 2429153,
"status": "pending",
"amount": 3,
"date_paid": null,
"due_date": null,
"unit": "free_months",
"created_at": "2023-08-23T11:06:02.607Z",
"has_issues": false,
"reward": {
  "id": 109465,
  "amount": null,
  "type": "per_promotion",
  "unit": "free_months",
  "name": "Free subscription months",
  "per_of_sale": 0,
  "default_promo_code": null
},
"promoter": {
  "id": 5272969,
  "status": "active",
  "cust_id": "",
  "email": "[email protected]",
  "created_at": "2023-02-08T06:25:28.004Z",
  "temp_password": "gpBwBYw1",
  "default_promotion_id": 5680057,
  "pref": "i790yc6",
  "default_ref_id": "referralid18",
  "note": null,
  "w8_form_url": null,
  "w9_form_url": null,
  "parent_promoter_id": null,
  "earnings_balance": {
    "cash": 882,
    "free_months": 3
  },
  "current_balance": {
    "cash": 882,
    "free_months": 3
  },
  "paid_balance": null,
  "auth_token": "2-5P1Shfk2nnKaZrYFZExh-sfCThGt-2",
  "profile": {
    "id": 5306304,
    "first_name": "Promoter",
    "last_name": "Name",
    "website": "",
    "company_name": "",
    "phone_number": "",
    "address": "",
    "vat_id": "",
    "country": "",
    "paypal_email": null,
    "avatar_url": "",
    "description": null,
    "social_accounts": {
      "twitter": {
        "url": ""
      },
      "youtube": {
        "url": ""
      },
      "facebook": {
        "url": ""
      },
      "linkedin": {
        "url": ""
      },
      "instagram": {
        "url": ""
      }
    }
  },
  "promotions": [
    {
      "id": 5680057,
      "status": "offer_inactive",
      "ref_id": "referralid18",
      "promo_code": "",
      "customer_promo_code": "",
      "target_reached_at": null,
      "promoter_id": 5272969,
      "campaign_id": 17476,
      "referral_link": "https://www.your-company.com/?fpr=referralid18",
      "current_offer": null,
      "current_referral_reward": {
        "id": 90548,
        "amount": null,
        "type": "per_referral",
        "unit": "cash",
        "name": "35% recurring commission",
        "per_of_sale": 35,
        "default_promo_code": null
      },
      "current_promotion_reward": null,
      "current_target_reward": null,
      "campaign_name": "Campaign Name",
      "hidden": false,
      "visitors_count": 4,
      "leads_count": 3,
      "customers_count": 2,
      "refunds_count": 0,
      "cancellations_count": 0,
      "sales_count": 2,
      "sales_total": 2522,
      "refunds_total": 0,
      "active_customers_count": 2
    }
  ]
},
"campaign": {
  "id": 17476,
  "name": "Campaign Name",
  "landing_url": "https://www.your-company.com",
  "description": "Private campaign with 2 plans",
  "private": false,
  "color": "#42a5f5",
  "default_webhook_url": "https://your-webhook-url.com",
  "auto_approve_rewards": true,
  "auto_approve_promoters": false,
  "offer": null,
  "referral_reward": {
    "id": 90548,
    "amount": null,
    "type": "per_referral",
    "unit": "cash",
    "name": "35% recurring commission",
    "per_of_sale": 35,
    "default_promo_code": null
  },
  "promotion_reward": null,
  "target_reward": null
}
}
}