Payman AI MCP Server

by hrishi0102
Verified

create-payee

Add payees to the Payman AI MCP Server by specifying name, payment rails type, and optional tags. Streamline payment setup and management.

Input Schema

NameRequiredDescriptionDefault
nameYesName of the payee
tagsNoOptional tags for the payee
typeNoType of payment rails to useTEST_RAILS

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the payee", "type": "string" }, "tags": { "description": "Optional tags for the payee", "items": { "type": "string" }, "type": "array" }, "type": { "default": "TEST_RAILS", "description": "Type of payment rails to use", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from Payman AI MCP Server

Related Tools

ID: 76v04dmvlh