Ingest and calculate billable event prices
Ingest and calculate prices for a single billable event. After the first ingestion, events are not ingested again and the prices won’t be calculated again. The initially calculated prices will be returned in subsequent calls.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Hyperline ID of the product.
Hyperline ID of the subscription.
Whether to include amounts with tax
Body
Hyperline ID or external ID of the existing customer.
Type corresponding to the event. When creating a dynamic product, this type will be used to map the related events to specific prices.
UTC date time string in the ISO 8601 format, or milliseconds since the epoch. The event timestamp is used to retrieve the events related to a specific billing period.
Payload of the event containing an ID and any additional metadata.
Was this page helpful?