This API is used to track purchases made through partner shopping malls when a user clicks a product in the Saucelive player or schedule.
When a user clicks a product in the player, Saucelive issues a unique UUID for payment tracking and appends it to the product URL as a query string under the key name orderCallBackId
.
After the actual payment is completed, the orderCallBackId
must be sent to Saucelive using the API described below.
The payment tracking API logs the purchase history in Saucelive when a product clicked in the Saucelive player or schedule is successfully purchased on the partner’s site.
The payment history registration API delivers the orderCallBackId
to the partner’s product URL as a query string when the product is clicked in the Saucelive player.
The key name is orderCallBackId
, and Saucelive assigns a unique value to it.
The payment tracking information is built using the orderId
(the partner’s unique order number) based on the orderCallBackId
.
Refer to the parameter information below to call the API.