Skip to main content
Glama

Finix MCP Server

by bquigley1

create_buyer

Create a new buyer identity in Finix by providing email, first name, last name, and phone number for payment processing setup.

Instructions

This tool creates a new Buyer Identity in Finix.

It takes the following arguments:

  • email (str): The email address of the buyer.

  • first_name (str): The first name.

  • last_name (str): The last name.

  • phone (str): The phone number.

Input Schema

NameRequiredDescriptionDefault
emailYesThe email address of the buyer
first_nameYesThe first name
last_nameYesThe last name
phoneYesThe phone number

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "The email address of the buyer", "type": "string" }, "first_name": { "description": "The first name", "type": "string" }, "last_name": { "description": "The last name", "type": "string" }, "phone": { "description": "The phone number", "type": "string" } }, "required": [ "email", "first_name", "last_name", "phone" ], "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