# Plisio AI integration on Definable

> Plisio is a cryptocurrency payment gateway that enables businesses to accept payments in over 15 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin.

## What this connects

Plisio is a cryptocurrency payment gateway that enables businesses to accept payments in over 15 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin.

Vendor: https://plisio.net/

## Tools available

**12** tools available. First 12:

- `PLISIO_CREATE_INVOICE` — Create Plisio Invoice — Tool to create a new cryptocurrency payment invoice with Plisio. Returns transaction ID and invoice URL for payment. For white-label accounts, includes additional fields like wallet hash, QR code, and commission details. Use when you need to generate a payment request for cryptocurrency transactions.
- `PLISIO_ESTIMATE_FEE` — Estimate Fee — Tool to estimate network fee for a withdrawal transaction to specific address(es). Use when calculating transaction costs before creating a withdrawal.
- `PLISIO_GET_BALANCE_BY_CURRENCY` — Get Balance By Currency — Tool to get the balance for a specific cryptocurrency in your Plisio account. Use when you need to retrieve the balance of a particular crypto asset.
- `PLISIO_GET_COMMISSION` — Get Commission — Tool to estimate the total cost including network fee and Plisio commission for a transaction. Returns detailed breakdown of commission, fee, and fee plan options for the specified cryptocurrency and amounts.
- `PLISIO_GET_CURRENCY_RATE` — Get Currency Rate — Tool to retrieve list of supported cryptocurrencies with current rates filtered by fiat currency. Use when you need exchange rate information for cryptocurrencies in a specific fiat currency.
- `PLISIO_GET_FEE_PLANS` — Get Fee Plans — Tool to retrieve available fee plans for a given cryptocurrency. Specify a currency symbol like 'BTC', 'ETH' to get fee plan details.
- `PLISIO_GET_FEE_PLANS2` — Get Fee Plans — Tool to get available fee plans for a specific cryptocurrency. Returns fee values and configuration like gas limits for Ethereum-based coins or confirmation targets for Bitcoin. Use when you need to determine transaction fee options before creating or sending a transaction.
- `PLISIO_GET_INVOICE` — Get Invoice — Tool to retrieve detailed information about a specific invoice by its ID. Use when you need to check invoice status, payment details, or transaction information.
- `PLISIO_GET_INVOICE_EMAIL` — Get Invoice by Email — Tool to retrieve invoice details by email ID. Use when you need to fetch detailed information about a specific invoice using the invoice ID and payer's email address.
- `PLISIO_GET_SHOP` — Get Shop Information — Tool to retrieve shop information by API key. Returns details about the shop associated with the current API credentials.
- `PLISIO_GET_TRANSACTIONS` — Get Plisio Transactions — Tool to retrieve a list of transactions and invoices. Use after authenticating with your API key to fetch historical operations with optional filters and pagination. Example: GetTransactions(status='paid', limit=20).
- `PLISIO_LIST_CURRENCIES` — List Supported Currencies — Tool to retrieve a list of supported cryptocurrencies with their rates and information. Use after API credentials are configured to get current exchange rates, commission percentages, and operational status for all available coins.

## Auth

Auth schemes: `API_KEY`.

## How agents use Plisio

Inside a Definable workflow, Plisio is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Plisio** — the Researcher (GPT-5.5) pulls context from Plisio (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Plisio** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Plisio (create record, post message, draft email).
- **Designer / Engineer → Distributor → Plisio** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Plisio (attach file, open PR comment, post status).

The Verifier checks every Plisio call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- payment processing — https://definable.ai/apps/category/payment-processing/

## Related

- HTML page: https://definable.ai/apps/plisio/
- Same category (payment processing): https://definable.ai/apps/category/payment-processing/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
