Conversions endpoints require a Business plan
subscription or higher.
Authorizations
Default authentication mechanism
Body
application/json
This is the unique identifier for the customer in the client's app. This is used to track the customer's journey.
Required string length:
1 - 100
The amount of the sale. Should be passed in cents.
Required range:
x > 0
The payment processor via which the sale was made.
Available options:
stripe
, shopify
, paddle
The name of the sale event. It can be used to track different types of event for example 'Purchase', 'Upgrade', 'Payment', etc.
Maximum length:
50
Example:
"Purchase"
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.