Hotels Channel Managers
MONEI integrates with hotel channel managers to securely 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
- Your backend sends a tokenization request specifying the channel manager
- MONEI retrieves card information from the channel manager as a PCI-compliant intermediary
- Card data is tokenized — raw card numbers are never exposed to your system
- 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
| Parameter | Type | Required | Description |
|---|---|---|---|
accountId | String | Yes | Your MONEI account ID (UUID) |
sessionId | String | Yes | A UUID identifying the session |
channelManagerType | String | Yes | SITEMINDER 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 Manager | Response Format | Documentation |
|---|---|---|
| Siteminder | XML (SOAP) | Integration guide |
| Channex | JSON | Integration guide |
Before you begin
- Create a MONEI account.
- Get your MONEI API Key.
- See the Siteminder or Channex integration guide for channel-specific setup.
Was this page helpful?