Add Your Channel Manager
This guide walks channel manager and PMS developers through the full process of integrating with Wink — from creating your accounts to mapping inventory and running your first end-to-end test.
API reference
Section titled “API reference”The Channel Manager API follows OTA protocol standards (SOAP/XML) for compatibility with existing hospitality systems. Start by reviewing the partner endpoint documentation:
Channel Manager API — Partner endpoints
Integration steps
Section titled “Integration steps”-
Create a Wink user account
Sign up at staging-app.wink.travel. All steps below use staging — you will repeat the full process in production before go-live.
-
Create your Affiliate / Channel Manager account
Under your new user, create an account and select the Affiliate / Channel Manager account type. This is the account your integration will authenticate as.
-
Create a Hotel account
Under the same user, create a second account and select the Hotel account type. This gives you a property you can use for testing without involving a real hotel.
-
Connect the two accounts
Log in to the Hotel account and navigate to Extranet → Distribution → Channel Manager. Select your channel manager account from the list. This links the property to your integration.
-
Create a basic room type and rate plan
Inside the Hotel account, create at least one room type and one rate plan. These are required before your integration can push rates and availability or pull bookings.
-
Map and test
In your own system, map the room type and rate plan identifiers returned by the API. Push a rate update and an availability update, then make a test booking and verify the booking retrieval endpoint returns it correctly.
Webhook notifications
Section titled “Webhook notifications”You can subscribe to channel manager webhook events to receive real-time notifications:
channel-manager.update.rate— Rate update received.channel-manager.update.availability— Availability update received.channel-manager.update— General channel manager update.
See the Webhook Events Catalog for details.
Further reading
Section titled “Further reading”- Channel Manager API — Full API endpoint documentation.
- Rate Providers — Managing rate providers in the Extranet.
- Webhook Events Catalog — All subscribable events.
- Build on Wink — Platform overview for developers.