Tools
| Name | Description |
|---|---|
create_orderCreate a Binance Pay merchant order with hosted checkout links. | Create a Binance Pay merchant order with hosted checkout links. |
query_orderQuery a Binance Pay merchant order by merchant trade number or prepay ID. | Query a Binance Pay merchant order by merchant trade number or prepay ID. |
close_orderClose a Binance Pay order before payment activity is triggered. | Close a Binance Pay order before payment activity is triggered. |
refund_orderRefund a successful Binance Pay order. Multiple partial refunds are supported by Binance Pay up to the order amount. | Refund a successful Binance Pay order. Multiple partial refunds are supported by Binance Pay up to the order amount. |
query_refundQuery a Binance Pay refund by refund request ID. | Query a Binance Pay refund by refund request ID. |
transfer_fundTransfer funds between Binance merchant wallets. | Transfer funds between Binance merchant wallets. |
query_transferQuery a Binance Pay wallet transfer by transfer request ID. | Query a Binance Pay wallet transfer by transfer request ID. |
query_wallet_balanceQuery one or more Binance Pay wallet balances. | Query one or more Binance Pay wallet balances. |
batch_payoutCreate a Binance Pay batch payout to Binance IDs, emails, or authorized open IDs. | Create a Binance Pay batch payout to Binance IDs, emails, or authorized open IDs. |
query_payoutQuery a Binance Pay batch payout by payout request ID. | Query a Binance Pay batch payout by payout request ID. |
query_certificatesQuery Binance Pay platform certificates used to verify webhook signatures. | Query Binance Pay platform certificates used to verify webhook signatures. |
Triggers
| Name | Description |
|---|---|
payment_notification_receivedReceive Binance Pay payment notifications and verify the RSA-SHA256 signature with a Binance Pay certificate. | Receive Binance Pay payment notifications and verify the RSA-SHA256 signature with a Binance Pay certificate. |
Quick Start
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.
How do I connect Binance Pay to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Binance Pay as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Binance Pay tools exposed by that workspace.
Does Binance Pay 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 Binance Pay work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Binance Pay?
Binance Pay exposes 11 tools, including Create Order, Query Order, Close Order, Refund Order, Query Refund, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
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.