Skip to main content
Glama
conekta

Conekta MCP Server

Official
by conekta

create_checkout

Generate payment links for one-time or recurring transactions with configurable options like expiration dates, payment methods, and customer details.

Instructions

Create a payment link (checkout).

Args: name: Checkout name for identification recurrent: false for single use, true for multiple payments expires_at: Expiration Unix timestamp (10 minutes to 365 days from now) allowed_payment_methods: Comma-separated payment methods (e.g., "card,cash,bank_transfer") order_template_currency: ISO currency code (e.g., MXN) item_name: Product name for the line item item_unit_price: Price per unit in cents (e.g., 50000 for $500.00 MXN) item_quantity: Number of units (default 1) needs_shipping_contact: Whether shipping contact info is required (default false) customer_info_customer_id: Existing Conekta customer ID (e.g., cus_2tXyF9BwPG14UMkAA) customer_info_name: Customer name (if not using existing customer) customer_info_email: Customer email (if not using existing customer) customer_info_phone: Customer phone E.164 (if not using existing customer) line_items_json: JSON array for multiple items, overrides item_name/unit_price/quantity: [{"name":"Item","unit_price":1000,"quantity":1}] monthly_installments_enabled: Enable monthly installments monthly_installments_options: Installment options (e.g., [3,6,9,12]) success_url: Redirect URL after successful payment failure_url: Redirect URL after failed payment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
recurrentYes
expires_atYes
allowed_payment_methodsYes
order_template_currencyYes
item_nameYes
item_unit_priceYes
item_quantityNo
needs_shipping_contactNo
customer_info_customer_idNo
customer_info_nameNo
customer_info_emailNo
customer_info_phoneNo
line_items_jsonNo
monthly_installments_enabledNo
monthly_installments_optionsNo
success_urlNo
failure_urlNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/conekta/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server