Tools
| Name | Description |
|---|---|
create_checkout_paymentCreate a DOKU Checkout payment URL for hosted payment collection. | Create a DOKU Checkout payment URL for hosted payment collection. |
create_card_payment_pageGenerate a DOKU card payment page URL. | Generate a DOKU card payment page URL. |
capture_authorizationCapture a DOKU card authorization by authorize_id. | Capture a DOKU card authorization by authorize_id. |
refund_card_paymentRequest a DOKU card void or refund. | Request a DOKU card void or refund. |
Triggers
| Name | Description |
|---|---|
notification_receivedReceive a DOKU payment notification and verify the HMAC signature when raw body and request target are available. | Receive a DOKU payment notification and verify the HMAC signature when raw body and request target are available. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('doku', 'create_checkout_payment', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'doku',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect DOKU 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 DOKU support?
DOKU supports 4 tools including Create Checkout Payment, Create Card Payment Page, Capture Authorization, Refund Card Payment.
Can I use DOKU with AI agents?
Yes. Add DOKU 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 DOKU be used in stateful agent workflows?
Yes. Agents can combine DOKU 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 DOKU use?
DOKU uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the DOKU integration cost?
The DOKU integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does DOKU support?
DOKU supports 1 triggers including Notification Received.
Connect DOKU in minutes
Get 20,000 free action executions every month. No credit card required.