Weavz
FawryPay

FawryPay

Create FawryPay hosted checkout links, check statuses, cancel unpaid orders, refund paid orders, and receive signed notifications.

4 tools
1 trigger

Tools

Name
create_checkout_link

Create a FawryPay hosted checkout link.

get_payment_status

Pull the current FawryPay payment status for a merchant reference.

cancel_unpaid_order

Cancel an unpaid FawryPay order by merchant reference number.

refund_payment

Issue a full or partial FawryPay refund by Fawry reference number.

Triggers

Name
payment_notification_received

Receive FawryPay payment notifications and verify the callback signature when present.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

FawryPay supports 4 tools including Create Checkout Link, Get Payment Status, Cancel Unpaid Order, Refund Payment.

Can I use FawryPay with AI agents?

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

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

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

How much does the FawryPay integration cost?

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

What triggers does FawryPay support?

FawryPay supports 1 triggers including Payment Notification Received.

Connect FawryPay in minutes

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