Tools
| Name | Description |
|---|---|
prepare_checkoutCreate a HyperPay COPYandPAY checkout ID for a debit sale or preauthorization. | Create a HyperPay COPYandPAY checkout ID for a debit sale or preauthorization. |
get_checkout_paymentRetrieve the payment result for a HyperPay checkout ID. | Retrieve the payment result for a HyperPay checkout ID. |
get_payment_statusRetrieve a HyperPay payment by payment ID. | Retrieve a HyperPay payment by payment ID. |
capture_paymentCapture Payment a HyperPay payment using the referenced payment ID. | Capture Payment a HyperPay payment using the referenced payment ID. |
refund_paymentRefund Payment a HyperPay payment using the referenced payment ID. | Refund Payment a HyperPay payment using the referenced payment ID. |
reverse_paymentReverse Payment a HyperPay payment using the referenced payment ID. | Reverse Payment a HyperPay payment using the referenced payment ID. |
Triggers
| Name | Description |
|---|---|
webhook_receivedReceive HyperPay webhook notifications. Configure the trigger URL as the notification URL; this trigger does not verify signatures. | Receive HyperPay webhook notifications. Configure the trigger URL as the notification URL; this trigger does not verify signatures. |
Quick Start
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.