When to claim a transaction
Claim a transaction when:- A customer presents a receipt for a purchase they want credited to their account
- A transaction was recorded anonymously but later linked to a known customer
- An online purchase was placed without creating a member account
Before claiming
Verify that the transaction belongs to the customer. Check:- Receipt date, amount, and location match what the customer says
- The transaction is not already attributed to another profile
How to claim in CX Manager
- Open the customer’s profile in CX Manager
- Navigate to the Transactions tab
- Select Claim Transaction
- Enter the transaction’s
external_idorreceipt_ref(the receipt number) - Confirm the transaction details match
- Select Claim
transaction.created or transaction-item.created may also trigger. The transaction’s items were written before the claim without a profile attached, so profile-scoped reactions (such as issuing Tier Points) could not run on the original sale. Claiming re-raises transaction-item.created for each item so those reactions can run against the now-attributed profile.
Time limits
Some implementations enforce a time limit on claims (e.g., transactions older than 90 days cannot be claimed). Check your program rules before processing a claim request.Content needed: whether a time limit is configurable in CX Manager, and what happens to points/aggregations after a retroactive claim.