Subscription resumed scenario
Simulates all events that occur when a subscription is resumed.
Subscription resumed
The subscription and its items are updated with new
previously_billed_at
andnext_billed_at
dates, and thecurrent_billing_period
is updated. If there was a scheduled change to resume, this is set tonull
.Occurs because a subscription is resumed after being paused.
Paddle creates a transaction for recurring items on the subscription. Its status is
billed
, meaning no changes can be made to the transaction. Its origin issubscription_recurring
.Occurs because the transaction status changes to
billed
.Payment is successfully collected
The transaction status changes to
paid
now that the customer has paid successfully. The transaction is updated with information about the successful payment.Occurs because the transaction status changes to
paid
.An invoice number is assigned to the transaction. Its status changes to
completed
as Paddle has finished processing it.Occurs because the transaction status changes to
completed
.Subscription is activated
The subscription status changes to
active
now that the transaction is completed. The subscription can now be considered active so you can handle access provisioning.Occurs because the subscription status changes to
active
.