Skip to main content
All CollectionsStripe
Stripe Server-Side Events
Stripe Server-Side Events
Updated over a month ago

Vendo utilizes the Standard Events from Stripe's API to track and analyze key customer interactions on your Stripe store. Below are the descriptions for each event, providing insights into their purpose and functionality.

Event Properties

Column Name

Description

Trial Started

Triggered when a trial period begins as part of a subscription.
Learn more

Trial Ended

Triggered when the trial period concludes.
Learn more

Trial Extended

Triggered when a user extends their trial period.
Learn more

Account Created

Triggered when a new customer record is created in Stripe (excludes guest purchases).
Learn more

Payment Received

Triggered when a payment is successfully charged to a customer.
Learn more

Payment Failed

Triggered when a customer's payment attempt is unsuccessful.
Learn more

Payment Refunded

Triggered when a payment is refunded by the business.
Learn more

Subscription Started

Triggered when the first payment for a subscription is received.
Learn more

Subscription Cancel Requested

Triggered when a customer requests to cancel their subscription.
- If the subscription is set to end on cancellation, it will remain active until the billing period ends.
- If it is set to end immediately, the request will result in immediate cancellation.
Learn more

Subscription Ended

Triggered when a subscription concludes.
Learn more

MRR (Monthly Recurring Revenue)

Triggered monthly, calculating recurring revenue based on all payment frequencies (daily, weekly, yearly).
- The net amount after Stripe fees is reported.
- Refunds are excluded.
Learn more

User Properties

Column Name

Description

LTV

Get a user's LTV, which is updated when a user every time a user makes additional purchases
Learn more

Subscription Properties

Gets the latest subscription properties of users.
Learn more

Did this answer your question?