PAYMAN_API_SECRET
for your API Key, PAYMAN_ENVIRONMENT
for sandbox or production).langchain-community
(or your custom) package. It allows you to:
send_payment
) to crypto addresses or bank accounts.search_payees
).add_payee
).ask_for_money
).get_balance
).Class | Package | Serializable | JS support | Package latest |
---|---|---|---|---|
PaymanAI | langchain_community | ❌ | ❌ | [PyPI Version] |
langchain-community
(or equivalent) package:PAYMAN_API_SECRET
should be the secret key from app.paymanai.com. The PAYMAN_ENVIRONMENT
can be sandbox
or production
depending on your usage.
tool.invoke(...)
and pass a dictionary matching the tool’s expected fields. For example:
ToolCall
dict. You can simulate it as follows:
.invoke(...)
or integrate it into a chain or agent.