Weavz
Binance Pay

Binance Pay

Create, close, refund, and query Binance Pay orders, wallet transfers, balances, payouts, certificates, and notifications.

11 tools
1 trigger

Tools

Name
create_order

Create a Binance Pay merchant order with hosted checkout links.

query_order

Query a Binance Pay merchant order by merchant trade number or prepay ID.

close_order

Close a Binance Pay order before payment activity is triggered.

refund_order

Refund a successful Binance Pay order. Multiple partial refunds are supported by Binance Pay up to the order amount.

query_refund

Query a Binance Pay refund by refund request ID.

transfer_fund

Transfer funds between Binance merchant wallets.

query_transfer

Query a Binance Pay wallet transfer by transfer request ID.

query_wallet_balance

Query one or more Binance Pay wallet balances.

batch_payout

Create a Binance Pay batch payout to Binance IDs, emails, or authorized open IDs.

query_payout

Query a Binance Pay batch payout by payout request ID.

query_certificates

Query Binance Pay platform certificates used to verify webhook signatures.

Triggers

Name
payment_notification_received

Receive Binance Pay payment notifications and verify the RSA-SHA256 signature with a Binance Pay certificate.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('binance-pay', 'create_order', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'binance-pay',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Binance Pay to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Binance Pay support?

Binance Pay supports 11 tools including Create Order, Query Order, Close Order, Refund Order, Query Refund, and more.

Can I use Binance Pay with AI agents?

Yes. Add Binance Pay 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 Binance Pay be used in stateful agent workflows?

Yes. Agents can combine Binance Pay 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 Binance Pay use?

Binance Pay uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Binance Pay integration cost?

The Binance Pay integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Binance Pay support?

Binance Pay supports 1 triggers including Payment Notification Received.

Connect Binance Pay in minutes

Get 20,000 free action executions every month. No credit card required.