Tools
| Name | Description |
|---|---|
create_paymentCreate a hosted PayTabs sale or authorization transaction. | Create a hosted PayTabs sale or authorization transaction. |
create_invoiceCreate a PayTabs invoice payment request. | Create a PayTabs invoice payment request. |
query_transactionQuery a PayTabs transaction by transaction reference or cart ID. | Query a PayTabs transaction by transaction reference or cart ID. |
capture_transactionCapture Transaction a PayTabs transaction using the original transaction reference. | Capture Transaction a PayTabs transaction using the original transaction reference. |
void_transactionVoid Transaction a PayTabs transaction using the original transaction reference. | Void Transaction a PayTabs transaction using the original transaction reference. |
refund_transactionRefund Transaction a PayTabs transaction using the original transaction reference. | Refund Transaction a PayTabs transaction using the original transaction reference. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('paytabs', 'create_payment', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'paytabs',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect PayTabs 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 PayTabs support?
PayTabs supports 6 tools including Create Payment, Create Invoice, Query Transaction, Capture Transaction, Void Transaction, and more.
Can I use PayTabs with AI agents?
Yes. Add PayTabs 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 PayTabs be used in stateful agent workflows?
Yes. Agents can combine PayTabs 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 PayTabs use?
PayTabs uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the PayTabs integration cost?
The PayTabs integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect PayTabs in minutes
Get 20,000 free action executions every month. No credit card required.