Subscription renewed scenario

Simulates all events that occur when an automatically-collected subscription renews successfully.

Configure which webhooks send when simulating a renewed subscription
Success
  1. Subscription renews

    subscription.updated

    The subscription and its items are updated with new previously_billed_at and next_billed_at dates, and the current_billing_period is updated.

    transaction.created

    Paddle creates a transaction for recurring items on the subscription, as well as any prorated or one-time charges that were set to be billed on the next billing period. Its status is billed, meaning no changes can be made to the transaction. Its origin is subscription_recurring.

    transaction.billed

    Occurs because the transaction status changes to billed.

  2. Payment is successfully collected

    transaction.updated

    The transaction status changes to paid now that the customer has paid successfully. The transaction is updated with information about the successful payment.

    transaction.paid

    Occurs because the transaction status changes to paid.

    transaction.updated

    An invoice number is assigned to the transaction. Its status changes to completed as Paddle has finished processing it.

    transaction.completed

    Occurs because the transaction status changes to completed.

Related pages