SiteMinder APIs
Help CentrePartner ContactsTest Extranet LoginBecome a SiteMinder Partner
  • Hub
  • Quickstart
  • Integration Process
  • CHANNELS
    • Introduction
      • SiteConnect
        • Getting Started
        • Developer Guide
          • Integration Requirements
          • Message Structure
          • Error Handling
        • API Reference
          • Rooms and Rates
          • Availability and Restrictions
          • Rates
          • Reservations
            • Reservation XML Sample
        • Testing and Certification
        • Changelog
        • FAQ
      • Channels Plus
        • Getting Started
        • Developer Guide
          • Partner Portal
          • Deals
          • Invoicing: Gross vs. Net
        • API Reference
          • Properties
          • Property
          • Lock Reservation
          • Confirm Reservation
          • Modify Reservation
          • Cancel Reservation
        • Testing and Certification
        • Swagger
        • Changelog
        • FAQ
  • PMS / RMS
    • Introduction
      • pmsXchange
        • Getting Started
        • Developer Guide
          • Integration Requirements
          • Message Structure
          • Error Handling
        • API Reference
          • Rooms and Rates
          • Availability and Restrictions
          • Rates
          • Reservations
            • Reservations PULL
            • Reservations Import
            • Reservations Upload
              • Reservation Types
            • Payment Transaction Record
            • Credit Card Tokenization
            • Reservations XML Samples
              • Reservations PULL Samples
              • Reservations Upload Samples
        • Testing and Certification
        • Changelog
        • FAQ
  • APPS
    • Introduction
      • SiteMinder Exchange
        • Getting Started
        • Developer Guide
          • Integration Requirements
          • Message Structure
          • Error Handling
        • API Reference
          • Availability and Rates
            • Publishers
            • Hotels
            • RoomTypes
            • RatePlans
            • Availability
            • Rates
            • Models
            • Response Samples
              • Publishers Sample
              • Hotels Sample
              • RoomTypes Samples
              • RatePlans Samples
              • Availability Samples
              • Rates Sample
            • ARI 1-Way Guidelines
          • Reservations
            • Maximum Content Sample
            • Minimum Content Sample
        • Testing and Certification
        • Activation & Deactivation Process for Hotels
          • Activation Process for Hotels
          • Activation Form Parameterisation
          • Deactivation Process for Hotels
        • Changelog
          • Reservations API Changelog
          • ARI API Changelog
        • FAQ
  • Additional Resources
    • Reference Tables
      • Booking Agent Codes
      • Document Type Code (DOC)
      • Error Codes (ERR)
      • Error Warning Types (EWT)
      • Fee Tax Type (FTT)
      • Handling HTTP 500
      • Meal Plan Type (MPT)
      • OpenTravel Codes List
      • Payment Card Provider Codes
      • Service and Extra Charge
      • Strong Customer Authentication Codes
      • Test Credit Cards
    • Glossary
    • FAQ
Powered by GitBook
On this page
  • How It Works: Key Differences
  • Gross invoicing
  • Net invoicing

Was this helpful?

  1. CHANNELS
  2. Introduction
  3. Channels Plus
  4. Developer Guide

Invoicing: Gross vs. Net

Last updated 6 months ago

Was this helpful?

This information specifically relates to the POST endpoint.

How It Works: Key Differences

Gross invoicing

Involves a separate payment of commission owed usually on a monthly billing cycle. This is the current implementation of commission charging on Channels Plus, where:

  1. Guest makes a booking on the partner’s site.

  2. Partner either passes the guests' credit card or a virtual credit card with 100% of the booking funds available.

  3. Hotel charges the card to collect the total reservation amount.

  4. Once a month, the hotel will receive an invoice from Channels Plus for the total commission owed on all reservations that checked out in the previous month.

  5. Hotel pays invoice.

  6. SiteMinder pays the partner their share of commission owed.

Net invoicing

Involves an upfront collection of commission owed by the partner. This means there’s no billing process for the customer. The implementation of net invoicing could look like this:

  1. Guest makes a booking on the partner’s site.

  2. Partner collects 100% of the booking funds from the guest.

  3. Partner passes the booking funds net of the total commission owed (partner + sm) via a virtual credit.

  4. Hotel charges the card to collect the net of commission amount.

  5. Once a month, the hotel will receive a summary of commission collected.

  6. SiteMinder invoices the partner for SM share of commission.

Lock Reservation