Skip to main content

Description

Payman enables your agents to handle USD payments, manage payment destinations, and handle customer deposits. This tool allows agents to send payments, create payees, manage balances, and generate deposit links for customers.

Example

Add the Payman tool with
Set up your environment variables:

Features

Send Payments

Send USD payments to pre-created payment destinations:

Create Payment Destinations

Set up new payment destinations for US ACH or Payman agent transfers:

Customer Deposits

Generate checkout links for customer deposits:

Balance Management

Check available balances:

Search Payment Destinations

Find existing payment destinations:

Available Functions

The Payman tool provides the following core functions:
  • send_payment(): Send USD payments to payment destinations
  • create_payee(): Create new payment destinations (US ACH or Payman Agent)
  • search_destinations(): Search for existing payment destinations
  • initiate_customer_deposit(): Generate customer deposit checkout links
  • get_customer_balance(): Check customer USD balance
  • get_spendable_balance(): Check agent USD balance
For detailed function parameters and usage, refer to the function docstrings in your IDE or the Payman API documentation.