Track a sale
Track a sale for a short link.
Authorizations
Default authentication mechanism
Body
The amount of the sale. Should be passed in cents.
x > 0
The payment processor via which the sale was made.
stripe
, shopify
, paddle
This is the unique identifier for the customer in the client's app. This is used to track the customer's journey.
100
This is the unique identifier for the customer in the client's app. This is used to track the customer's journey.
100
The name of the sale event. It can be used to track different types of event for example 'Purchase', 'Upgrade', 'Payment', etc.
255
The invoice ID of the sale.
The currency of the sale. Accepts ISO 4217 currency codes.
Additional metadata to be stored with the sale event.
The name of the lead event that occurred before the sale (case-sensitive). This is used to associate the sale event with a particular lead event (instead of the latest lead event, which is the default behavior).
Was this page helpful?