Skip to main content
Glama

Finix MCP Server

by bquigley1

create_payment_link

Generate payment links for Finix merchants by specifying merchant ID, unit price in cents, and product quantity to facilitate online transactions.

Instructions

This tool will create a payment link in Finix.

It takes three arguments:

  • merchant_id (str): The ID of the merchant the payment link is created under.

  • price (int): The unit price in cents.

  • quantity (int): The quantity of the product to include in the payment link.

Input Schema

NameRequiredDescriptionDefault
merchant_idYesThe ID of the merchant the payment link is created under
priceYesThe unit price in cents
quantityYesThe quantity of the product to include in the payment link

Input Schema (JSON Schema)

{ "properties": { "merchant_id": { "description": "The ID of the merchant the payment link is created under", "type": "string" }, "price": { "description": "The unit price in cents", "minimum": 1, "type": "integer" }, "quantity": { "description": "The quantity of the product to include in the payment link", "minimum": 1, "type": "integer" } }, "required": [ "merchant_id", "price", "quantity" ], "type": "object" }

Other Tools from Finix MCP Server

Related Tools

    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/bquigley1/finix-mcp'

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