Transactions

Manage point transactions for earning and redeeming

Authentication

All endpoints require API Key authentication

X-API-Key: your_api_key
GET/api/transactions

List Transactions

Get transaction history for points earned and redeemed

GET/api/transactions/{transaction_id}

Get Transaction by ID

Get details of a specific transaction

POST/api/transactions

Create Transaction (Earn Points)

Award points to a customer for a purchase or action

POST/api/transactions

Create Transaction (Redeem Points)

Deduct points from customer account for reward redemption