Credits are a payment object in Omneo — not a discount or incentive. When a customer redeems a Credit, it replaces a payment method rather than reducing a price. This means Credits appear at the bottom of the checkout redemption hierarchy: Benefits → Rewards → Credits → Payment Type See Credits concept page for the business context.Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Credit types
| Type | Description |
|---|---|
| Store Credit | Issued in exchange for a returned product |
| Promotional Credit | Issued from a marketing budget (e.g., welcome credit, loyalty milestone) |
| Gift Card | Purchased by a customer as a payment instrument for themselves or another person |
Issuing a credit to a profile
Reading credits for a profile
Reading a specific credit
Redeeming a credit
Credit redemption is typically handled at the point of sale or checkout and is recorded as a payment type on the transaction. Include credits as part of thepayments array when creating a transaction, or handle redemption via your POS/eCommerce platform’s Credit integration with Omneo.
Content needed: full credit redemption flow via API, gift card creation and transfer workflow, multi-credit redemption in a single transaction, and currency conversion behaviour.