Tools
| Name | Description |
|---|---|
create_payment_intentionCreate a Paymob payment intention for hosted checkout/payment links. | Create a Paymob payment intention for hosted checkout/payment links. |
get_payment_intentionRetrieve a Paymob payment intention by intention ID. | Retrieve a Paymob payment intention by intention ID. |
get_transactionRetrieve a Paymob transaction by transaction ID. | Retrieve a Paymob transaction by transaction ID. |
capture_transactionCapture Transaction a Paymob transaction. | Capture Transaction a Paymob transaction. |
refund_transactionRefund Transaction a Paymob transaction. | Refund Transaction a Paymob transaction. |
void_transactionVoid Transaction a Paymob transaction. | Void Transaction a Paymob transaction. |
Triggers
| Name | Description |
|---|---|
webhook_receivedReceive Paymob transaction/order webhooks and verify the HMAC when the HMAC secret is configured. | Receive Paymob transaction/order webhooks and verify the HMAC when the HMAC secret is configured. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('paymob', 'create_payment_intention', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'paymob',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Paymob 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 Paymob support?
Paymob supports 6 tools including Create Payment Intention, Get Payment Intention, Get Transaction, Capture Transaction, Refund Transaction, and more.
Can I use Paymob with AI agents?
Yes. Add Paymob 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 Paymob be used in stateful agent workflows?
Yes. Agents can combine Paymob 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 Paymob use?
Paymob uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Paymob integration cost?
The Paymob integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Paymob support?
Paymob supports 1 triggers including Webhook Received.
Connect Paymob in minutes
Get 20,000 free action executions every month. No credit card required.