Weavz
HyperPay

HyperPay

Create HyperPay checkouts, query payments, and run capture, refund, and reversal follow-up operations.

6 tools
1 trigger

Tools

Name
prepare_checkout

Create a HyperPay COPYandPAY checkout ID for a debit sale or preauthorization.

get_checkout_payment

Retrieve the payment result for a HyperPay checkout ID.

get_payment_status

Retrieve a HyperPay payment by payment ID.

capture_payment

Capture Payment a HyperPay payment using the referenced payment ID.

refund_payment

Refund Payment a HyperPay payment using the referenced payment ID.

reverse_payment

Reverse Payment a HyperPay payment using the referenced payment ID.

Triggers

Name
webhook_received

Receive HyperPay webhook notifications. Configure the trigger URL as the notification URL; this trigger does not verify signatures.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

HyperPay supports 6 tools including Prepare Checkout, Get Checkout Payment, Get Payment Status, Capture Payment, Refund Payment, and more.

Can I use HyperPay with AI agents?

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

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

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

How much does the HyperPay integration cost?

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

What triggers does HyperPay support?

HyperPay supports 1 triggers including Webhook Received.

Connect HyperPay in minutes

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