Payman AI MCP Server

by hrishi0102
Verified

send-payment

Initiate payments by specifying the payee ID and amount. Include optional memos or metadata for detailed tracking. Utilizes the Payman AI MCP Server for streamlined transaction processing.

Input Schema

NameRequiredDescriptionDefault
amountDecimalYesAmount to send (in decimal)
memoNoOptional memo for the payment
metadataNoOptional metadata for the payment
payeeIdYesID of the payee to send payment to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amountDecimal": { "description": "Amount to send (in decimal)", "exclusiveMinimum": 0, "type": "number" }, "memo": { "description": "Optional memo for the payment", "type": "string" }, "metadata": { "additionalProperties": {}, "description": "Optional metadata for the payment", "type": "object" }, "payeeId": { "description": "ID of the payee to send payment to", "type": "string" } }, "required": [ "payeeId", "amountDecimal" ], "type": "object" }

You must be authenticated.

Other Tools from Payman AI MCP Server

Related Tools

ID: 76v04dmvlh