Tools
| Name | Description |
|---|---|
create_invoiceCreate a BitPay hosted crypto invoice using a POS facade token. Uses standard transaction speed. | Create a BitPay hosted crypto invoice using a POS facade token. Uses standard transaction speed. |
retrieve_invoiceRetrieve a BitPay invoice by ID using the token that created it. | Retrieve a BitPay invoice by ID using the token that created it. |
get_supported_currenciesRetrieve BitPay supported fiat currencies. | Retrieve BitPay supported fiat currencies. |
get_ratesRetrieve BitPay exchange rates for a cryptocurrency or cryptocurrency/fiat pair. | Retrieve BitPay exchange rates for a cryptocurrency or cryptocurrency/fiat pair. |
get_supported_walletsRetrieve BitPay supported wallets. | Retrieve BitPay supported wallets. |
Triggers
| Name | Description |
|---|---|
invoice_webhook_receivedReceive BitPay invoice IPNs and verify the x-signature HMAC-SHA256 header when the invoice token is provided. | Receive BitPay invoice IPNs and verify the x-signature HMAC-SHA256 header when the invoice token is provided. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('bitpay', 'create_invoice', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'bitpay',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect BitPay 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 BitPay support?
BitPay supports 5 tools including Create Invoice, Retrieve Invoice, Get Supported Currencies, Get Rates, Get Supported Wallets.
Can I use BitPay with AI agents?
Yes. Add BitPay 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 BitPay be used in stateful agent workflows?
Yes. Agents can combine BitPay 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 BitPay use?
BitPay uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the BitPay integration cost?
The BitPay integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does BitPay support?
BitPay supports 1 triggers including Invoice Webhook Received.
Connect BitPay in minutes
Get 20,000 free action executions every month. No credit card required.