Weavz
CoinGate

CoinGate

Create, refund, and query CoinGate orders, ledger conversions, send requests, beneficiaries, and callbacks.

19 tools
1 trigger

Tools

Name
create_order

Create a CoinGate crypto payment order and hosted invoice URL.

list_orders

List CoinGate orders with status, date, and pagination filters.

get_order

Retrieve a CoinGate order by ID.

create_order_refund

Create a CoinGate merchant refund for an order.

list_order_refunds

List refunds for a CoinGate order.

get_order_refund

Retrieve a specific CoinGate order refund.

list_ledger_accounts

List CoinGate ledger accounts and balances.

get_ledger_account

Retrieve a CoinGate ledger account by ID.

create_conversion

Create a CoinGate ledger balance conversion.

confirm_conversion

Confirm a CoinGate ledger conversion.

cancel_conversion

Cancel a CoinGate ledger conversion.

create_send_request

Create a CoinGate send request to a beneficiary payout setting.

list_send_requests

List CoinGate send requests.

get_send_request

Retrieve a CoinGate send request by ID.

confirm_send_request

Confirm a CoinGate send request exchange.

cancel_send_request

Cancel a CoinGate send request exchange.

list_beneficiaries

List CoinGate beneficiaries for payout setup.

get_beneficiary

Retrieve a CoinGate beneficiary by ID.

create_beneficiary

Create a CoinGate beneficiary using the provider-supported beneficiary payload.

Triggers

Name
api_callback_received

Receive CoinGate order, refund, send request, billing, or payment-channel callbacks and optionally validate the callback token.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect CoinGate 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 CoinGate support?

CoinGate supports 19 tools including Create Order, List Orders, Get Order, Create Order Refund, List Order Refunds, and more.

Can I use CoinGate with AI agents?

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

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

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

How much does the CoinGate integration cost?

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

What triggers does CoinGate support?

CoinGate supports 1 triggers including API Callback Received.

Connect CoinGate in minutes

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