Documentation for Linkrunner Revenue Tracking API
type
and payment_id
. For each unique combination of payment type and payment ID, only one record will be created. If you send multiple requests with the same type
and payment_id
combination, only the first will be recorded and subsequent ones will be ignored. To ensure proper deduplication, always provide a unique payment_id
for each transaction of a given type.
type
is omitted, it defaults to DEFAULT.
status
is omitted, it defaults to PAYMENT_COMPLETED.
user_id
or payment_id
is required in order to remove a payment entry. If you pass user_id
, all the payments attributed to that user will be removed!