PayPal webhook created vs activated

Viewed 85

I'm finishing up my paypal webhook, when dealing with subscriptions is their a difference between BILLING.SUBSCRIPTION.ACTIVATED and BILLING.SUBSCRIPTION.CREATED?

When looking at the the developer docs it doesn't say anything except A subscription is activated and A subscription is created which doesn't say if there is a difference.

1 Answers

A subscription must necessarily be created before it can be activated, you can't activate a nonexistent subscription.

A subscription can be suspended and activated again.

Related