We do not guarantee that webhook events will always arrive in the correct order, though most events will likely be delivered sequentially. Network delays, failures, and retries may occasionally disrupt the order of delivery.
{ "payload": { "subscription": { "id": 10059451, "tier_id": 129388, # Unique identifier of the tier (same across all subscribers in the current tier) "cost": 10000, # ALWAYS IN CENTS (IN THIS CASE == $100.00) "last_payment_amount": 10000, # CAN BE NULL OR NOT EQUAL TO SUBSCRIPTION PRICE IN CASE IF THE LAST PAYMENT IS UNDER REVIEW OR TIER HAS BEEN DOWNGRADED! "last_payment_settlement_amount": 10000, # CAN BE NULL OR NOT EQUAL TO SUBSCRIPTION PRICE IN CASE IF THE LAST PAYMENT IS UNDER REVIEW OR TIER HAS BEEN DOWNGRADED! "subscriber_id": 91953, "created_at_timestamp": 1573138322, "charged_at_timestamp": 1573138322, "extended_at_timestamp": 1573138322, # THE DATE FROM WHICH WE COUNT NEXT RECURRING BILLING DATE (USUALLY EQUAL TO CHARGED_AT) "profile_id": 1, # YOUR STAR PROFILE ID "billing_failed": false, "billing_failed_at_timestamp": null, "cancelled": false, "cancelled_at_timestamp": null, "paused": false, "paused_at_timestamp": null, "restored_at": null, "trusted": false # PASSED TRUSTED PERIOD (SEE PROFILE SETTINGS) }, "subscriber": { "email": "[email protected]", "nickname": "John Doe", "id": 91953 } }, "event": "new_subscription", # CAB BE: "email_shared", "email_unshared", "shipping_address_shared", "shipping_address_unshared", "recurring_pledge_increased", "recurring_pledge_decreased", "subscription_billing_failed", "new_subscription", "subscription_cancelled" "project": "subscribestar", "timestamp": 1573138322 }