> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Checkout Discount # Type: Loyalty Checkout Discount Object # Link: https://dev.wix.com/docs/api-reference/crm/loyalty-program/rewards/checkout-discount/loyalty-checkout-discount-object.md ## Description: A loyalty checkout discount represents a discount applied to a checkout using loyalty rewards, coupons, or referral rewards. ## Schema: ```json Type: Loyalty Checkout Discount Object | type: LoyaltyCheckoutDiscount Description: A loyalty checkout discount represents a discount applied to a checkout using loyalty rewards, coupons, or referral rewards. - name: id | type: string | description: Loyalty checkout discount ID. - name: checkoutId | type: string | description: ID of the checkout this discount is applied to. - name: status | type: string | description: Current status of the discount. enum: UNKNOWN, APPLIED, IN_PROGRESS, COMPLETED, REFUNDED, FAILED_TO_REFUND, REFUNDED_DUE_TO_TIMEOUT, REFUNDED_DUE_TO_MANUAL_DISCOUNT_REMOVAL, SCHEDULED_FOR_REFUND, UNUSED - name: discountType | type: string | description: The type of discount applied. enum: UNKNOWN, DISCOUNT_AMOUNT, LOYALTY_COUPON, COUPON_REWARD, REFERRAL_REWARD ```