Order Tracking Overview
Server-Side Order API
Tailored API to support e-commerce platforms for order tracking and cashback rewards
Cashback API
Use for scenarios other than e-commerce order placement to reward customers with cashback wallet points
When to Use Each API
Order API
Use the Order API when you want to track e-commerce orders and automatically calculate cashback rewards based on your configured program settings.Cashback API
Use the Cashback API for custom scenarios where you want to manually award cashback points outside of standard order processing.Implementation Flow
Order API Integration
The Order API is specifically designed for e-commerce platforms to track orders and automatically handle cashback rewards.For detailed implementation examples, refer to the Submitting Orders tutorial and Previewing Potential Points Before Purchase.
Cashback API Integration
The Cashback API allows you to manually award cashback points for custom scenarios beyond standard order processing.For detailed cashback implementation, refer to the Transactions API Reference.
Best Practices
Include Complete Order Data
Send comprehensive order information including items, amounts, and customer details
Related Resources
- Order API Reference
- Order Tracking
- Calculate Order Cashback
- Cashback API Reference
- Submitting Orders Tutorial
- Previewing Potential Points Before Purchase