Customer records
Customers are created automatically at checkout and are managed under Customers in the dashboard. Records can be searched by email, and the Customers API supports listing, searching, creating and adjusting balance programmatically. Team members need customer permissions to view or edit them. See Teams & Permissions.The customer dashboard
Every store includes a customer-facing dashboard on the store’s own domain at/dashboard - for example https://yourstore.mykomerza.com/dashboard, or /dashboard on your custom domain.
This is separate from your merchant dashboard, and there is no central Komerza
login for buyers. Customer accounts exist per store.
Enabling store credit
Store credit is the Customer Balance payment method, enabled under Online Store → Settings → Payment Options. Once enabled:- Customers can pay with their balance at checkout.
- Balance becomes available as a refund destination on orders.
- Customers can top up their balance through checkout, paying the amount plus the gateway fee.
- Affiliates can convert commission into credit, if you allowed that in affiliate settings.
Credit as a refund destination
For several payment methods, balance is the only refund destination Komerza can process, because the gateway has no refund API or the payment was settled manually:- All cryptocurrencies
- Custom payment methods, Cash App, PayPal Friends & Family, legacy PayPal
- NMI, MoneyMotion, Pandabase, Storrik, VenPayr
- Any order that was delivered manually
- A top-up order can never be refunded to balance - that would double-credit the customer.
- Refunding a top-up to the original card also claws back the credited balance.
Adjusting a balance directly
Balances can be adjusted through the update balance endpoint, which is how you would script goodwill credits, promotional balances, or a migration of account credit from another platform.What customers can’t do themselves
- Change their email address. The email is the account; there is no self-serve change or account merge.
- Manage subscriptions. There is no self-service billing area, so cancellations and changes come to you. See Selling Subscriptions.
- Delete their account or export their data from the dashboard. Those requests are handled manually - direct them to Komerza support.
Next steps
Managing Orders
Refunds, destinations and split payments.
Supported Payment Methods
Enabling Customer Balance at checkout.
Affiliate Program
Converting commission into store credit.
Customers API
List, search, create and adjust balances.