Weavz
PayU Europe

PayU Europe

Create, capture, cancel, refund, query, and monitor PayU Europe orders, payouts, marketplace transfers, tokens, statements, and signed webhooks.

19 tools
1 trigger

Tools

Name
create_order

Create a PayU Europe payment order. The response may contain a hosted checkout redirect URL.

get_order

Retrieve a PayU Europe order by order ID.

cancel_order

Cancel an unpaid PayU Europe order.

capture_order

Capture an authorized PayU Europe order. Leave body blank for a full capture when the provider allows it.

get_order_transactions

Retrieve transaction records for a PayU Europe order.

create_refund

Create a PayU Europe refund. Uses the standard refund path and does not request accelerated refund handling.

list_refunds

Retrieve all refund records for a PayU Europe order.

get_refund

Retrieve a specific PayU Europe refund.

create_payout

Create a PayU Europe payout using the documented payout endpoint.

get_payout

Retrieve a PayU Europe payout by payout ID.

list_payment_methods

Retrieve available PayU Europe payment methods and saved card/BLIK tokens visible to the access token.

delete_token

Delete a stored PayU payment token.

retrieve_statement

Retrieve a PayU Europe statement/report with optional filters.

get_shop_data

Retrieve PayU Europe shop data for the authenticated merchant.

get_seller_status

Retrieve PayU marketplace seller status by external customer ID.

get_seller_balance

Retrieve PayU marketplace seller balance.

list_seller_operations

Retrieve PayU marketplace seller operation history.

transfer_seller_to_marketplace

Transfer funds from a PayU marketplace seller balance to the marketplace balance.

transfer_marketplace_to_seller

Transfer funds from the PayU marketplace balance to a seller balance.

Triggers

Name
webhook_event_received

Receive PayU Europe order, refund, payout, and marketplace notifications. Optionally verifies OpenPayU-Signature with the POS second key.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect PayU Europe to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does PayU Europe support?

PayU Europe supports 19 tools including Create Order, Get Order, Cancel Order, Capture Authorized Order, Get Order Transactions, and more.

Can I use PayU Europe with AI agents?

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

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

PayU Europe uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the PayU Europe integration cost?

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

What triggers does PayU Europe support?

PayU Europe supports 1 triggers including Webhook Event Received.

Connect PayU Europe in minutes

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