Paddle Billing
Search

Simulations

Notification simulation entities describe a reusable configuration for testing webhooks.

You can use webhook simulator to test webhooks by simulating single events or scenarios, like subscription renewals or cancellations.

A notification simulation is a reusable configuration that describes a test case that you want to use with webhook simulator.

Notification simulations hold information like:

  • A name and description of this simulation.
  • Whether you want to simulate a single event or predefined sequence of events.
  • The notification setting to send simulated events to.
  • Custom payloads you want to test.

You can create notification simulations and use them for future runs as part of automated testing workflows.

Attributes

idstring

Unique Paddle ID for this simulation, prefixed with ntfsim_.

statusstring

Whether this entity can be used in Paddle.

notification_setting_idstring

Paddle ID of the notification setting where this simulation is sent, prefixed with ntfset_.

namestring

Name of this simulation.

typestring

Single event sent for this simulation, in the format entity.event_type.

payloadobject or null

Simulation payload.

last_run_atstring<date-time> or null

RFC 3339 datetime string of when this simulation was last run. Set automatically by Paddle.

created_atstring<date-time>

RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.

updated_atstring<date-time>

RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.

List simulations
Create a simulation
posthttps://api.paddle.com/simulations
Get a simulation
Update a simulation