Finding an order
The list is searchable by customer email, and by order details. Each row shows the customer, what they bought, the amount and the status.Subscription renewals are hidden from this list on purpose. A store with a few hundred
subscribers generates thousands of renewal orders, and they’d bury everything else. They’re
still recorded — open the subscription to see every payment, or open a
renewal order directly by its link.
What an order shows you
Open one and you see:- The customer and the email the purchase was made under
- Every product on the order
- Every benefit granted, with its current state — the license key that was issued, which files are downloadable, whether the GitHub invite was claimed
- Which gateway it came from, and its status
Refunds
Refund in your gateway, not in Keyplar. The webhook arrives and Keyplar:- Marks the order refunded
- Revokes its benefits
- Blocks its downloads
- Stops its license keys validating
- Removes GitHub collaborator access and cancels pending invitations
Help a customer who can’t get to their order
Open the order and use Signed access link. It generates a URL that opens this one order — products, benefits, working download buttons and license keys — without signing in. The same thing the customer saw right after checkout. It expires in one hour, and it’s not emailed: copy it and send it through whatever support channel you’re already using.A signed order link grants access to that order only, and never transfers ownership. If
someone else opens it and signs in with their own account, the order still belongs to the
original buyer.
Where orders come from
All three run through the same path and deduplicate against each other, so the same purchase
never becomes two orders.