New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

create_one_click_checkout

Create a checkout for the signed-in user with a saved card pre-selected, and return a getmyhotels.com URL where they confirm + pay in one click. Does NOT charge the card — the user confirms on the hosted page. Get the savedPaymentMethodPublicId from list_payment_methods. Confirm the hotel, room, ...

SERVERGetMyHotels SOURCEhttps://mcp.getmyhotels.com
Critical RISK CLASS
Category Financial
Parameters 127 required
Recommended Approval-gatedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-getmyhotels-getmyhotels/create-one-click-checkout.md

What create_one_click_checkout does on GetMyHotels

AI agents use create_one_click_checkout to commit financial operations through GetMyHotels, usually the final step of a payment, billing, or trading workflow. A call moves real money.

ParameterTypeRequiredDescription
ref string Hotel `ref` from `search_hotels` (e.g. 'TBO:1402689').
price number Yes Total for the WHOLE stay (use `grandTotal` from `get_checkout_quote` verbatim — do not multiply it by the number of nights).
rooms integer Rooms (default 1).
adults integer Adults (default 2).
checkIn string Yes Check-in date, ISO 8601.
checkOut string Yes Check-out date, ISO 8601.
children integer Children (default 0).
currency string Yes ISO 4217 currency (e.g. 'USD').
roomName string Yes Room name.
hotelName string Yes Hotel name.
supplierCode string Supplier code (if `ref` omitted).
supplierRoomId string Yes Bookable room/rate id from `search_hotels`.

Parameters from the server's own tool schema.

Why create_one_click_checkout is rated Critical

Initiates a hotel payment checkout flow committing financial obligations for the user.

From the tool's definition Create a checkout... confirm + pay... saved card pre-selected

Risk signalsHigh parameter count (14 properties)

Questions about create_one_click_checkout

What does the create_one_click_checkout tool do? +

Create a checkout for the signed-in user with a saved card pre-selected, and return a getmyhotels.com URL where they confirm + pay in one click. Does NOT charge the card — the user confirms on the hosted page. Get the savedPaymentMethodPublicId from list_payment_methods. Confirm the hotel, room, dates, and price with the user first. It is categorised as a Financial tool in the GetMyHotels MCP Server, which means it involves financial transactions. Block by default and require explicit approval.

What parameters does create_one_click_checkout accept? +

create_one_click_checkout accepts 12 parameters: ref, price, rooms, adults, checkIn, checkOut, children, currency, roomName, hotelName, supplierCode, supplierRoomId. Required: price, checkIn, checkOut, currency, roomName, hotelName, supplierRoomId. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on create_one_click_checkout? +

Register the GetMyHotels MCP server in PolicyLayer and add a rule for create_one_click_checkout: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches GetMyHotels. Nothing to install.

What risk level is create_one_click_checkout? +

create_one_click_checkout is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit create_one_click_checkout? +

Yes. Add a rate_limit block to the create_one_click_checkout rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block create_one_click_checkout completely? +

Set action: deny in the PolicyLayer policy for create_one_click_checkout. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides create_one_click_checkout? +

create_one_click_checkout is provided by the GetMyHotels MCP server (https://mcp.getmyhotels.com). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on GetMyHotels, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of GetMyHotels's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.