Weavz
NOWPayments

NOWPayments

Create NOWPayments crypto payments, invoices, custody balance lookups, mass payouts, payout verification, and IPNs.

12 tools
1 trigger

Tools

Name
get_api_status

Check NOWPayments API availability.

list_currencies

List NOWPayments currencies available for payments.

estimate_price

Estimate a NOWPayments exchange amount between currencies.

get_minimum_payment_amount

Get NOWPayments minimum payment amount for a currency pair.

create_payment

Create a NOWPayments crypto payment with optional IPN callback URL.

create_invoice

Create a hosted NOWPayments invoice.

get_payment_status

Retrieve NOWPayments payment status by payment ID.

list_payments

List NOWPayments payment records with pagination and date filters.

get_custody_balance

Retrieve NOWPayments custody balances for the authenticated account.

create_payout

Create a NOWPayments mass payout batch.

verify_payout

Verify a NOWPayments payout batch using the provider 2FA verification code.

get_payout_status

Retrieve a NOWPayments payout batch status.

Triggers

Name
ipn_received

Receive NOWPayments IPN callbacks and verify the x-nowpayments-sig HMAC-SHA512 signature when an IPN secret is provided.

Quick Start

TypeScript
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.

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.