Skip to main content

Hotels Channel Managers

MONEI integrates with hotel channel managers to securely tokenize payment card information from booking reservations. Card data is received, tokenized, and tokens are returned for secure payment processing — your system never handles raw card numbers.

How It Works

  1. Your backend sends a tokenization request specifying the channel manager
  2. MONEI retrieves card information from the channel manager as a PCI-compliant intermediary
  3. Card data is tokenized — raw card numbers are never exposed to your system
  4. Tokens are returned for use in payment creation

Authentication

Add your MONEI API Key to the request header:

Authorization: YOUR_API_KEY

Endpoint

URL: https://api.monei.com/v1/partner/tokens

Method: POST

Common Parameters

ParameterTypeRequiredDescription
accountIdStringYesYour MONEI account ID (UUID)
sessionIdStringYesA UUID identifying the session
channelManagerTypeStringYesSITEMINDER or CHANNEX

Additional parameters vary by channel manager — see the specific integration guides below.

Test Mode

Enable test mode in your MONEI dashboard to use Siteminder and Channex preprod URLs during development.

Supported Channel Managers

Channel ManagerResponse FormatDocumentation
SiteminderXML (SOAP)Integration guide
ChannexJSONIntegration guide

Before You Begin

  1. Create a MONEI account.
  2. Get your MONEI API Key.
  3. See the Siteminder or Channex integration guide for channel-specific setup.