Tools
| Name | Description |
|---|---|
get_api_statusCheck NOWPayments API availability. | Check NOWPayments API availability. |
list_currenciesList NOWPayments currencies available for payments. | List NOWPayments currencies available for payments. |
estimate_priceEstimate a NOWPayments exchange amount between currencies. | Estimate a NOWPayments exchange amount between currencies. |
get_minimum_payment_amountGet NOWPayments minimum payment amount for a currency pair. | Get NOWPayments minimum payment amount for a currency pair. |
create_paymentCreate a NOWPayments crypto payment with optional IPN callback URL. | Create a NOWPayments crypto payment with optional IPN callback URL. |
create_invoiceCreate a hosted NOWPayments invoice. | Create a hosted NOWPayments invoice. |
get_payment_statusRetrieve NOWPayments payment status by payment ID. | Retrieve NOWPayments payment status by payment ID. |
list_paymentsList NOWPayments payment records with pagination and date filters. | List NOWPayments payment records with pagination and date filters. |
get_custody_balanceRetrieve NOWPayments custody balances for the authenticated account. | Retrieve NOWPayments custody balances for the authenticated account. |
create_payoutCreate a NOWPayments mass payout batch. | Create a NOWPayments mass payout batch. |
verify_payoutVerify a NOWPayments payout batch using the provider 2FA verification code. | Verify a NOWPayments payout batch using the provider 2FA verification code. |
get_payout_statusRetrieve a NOWPayments payout batch status. | Retrieve a NOWPayments payout batch status. |
Triggers
| Name | Description |
|---|---|
ipn_receivedReceive NOWPayments IPN callbacks and verify the x-nowpayments-sig HMAC-SHA512 signature when an IPN secret is provided. | Receive NOWPayments IPN callbacks and verify the x-nowpayments-sig HMAC-SHA512 signature when an IPN secret is provided. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('nowpayments', 'get_api_status', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'nowpayments',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect NOWPayments to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does NOWPayments support?
NOWPayments supports 12 tools including Get API Status, List Currencies, Estimate Price, Get Minimum Payment Amount, Create Payment, and more.
Can I use NOWPayments with AI agents?
Yes. Add NOWPayments to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect NOWPayments to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add NOWPayments as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped NOWPayments tools exposed by that workspace.
Does NOWPayments work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved NOWPayments work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with NOWPayments?
NOWPayments exposes 12 tools, including Get API Status, List Currencies, Estimate Price, Get Minimum Payment Amount, Create Payment, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can NOWPayments be used in stateful agent workflows?
Yes. Agents can combine NOWPayments tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does NOWPayments use?
NOWPayments uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the NOWPayments integration cost?
The NOWPayments integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does NOWPayments support?
NOWPayments supports 1 triggers including IPN Received.
Connect NOWPayments in minutes
Get 20,000 free action executions every month. No credit card required.