Tools
| Name | Description |
|---|---|
create_orderCreate a PayU Europe payment order. The response may contain a hosted checkout redirect URL. | Create a PayU Europe payment order. The response may contain a hosted checkout redirect URL. |
get_orderRetrieve a PayU Europe order by order ID. | Retrieve a PayU Europe order by order ID. |
cancel_orderCancel an unpaid PayU Europe order. | Cancel an unpaid PayU Europe order. |
capture_orderCapture an authorized PayU Europe order. Leave body blank for a full capture when the provider allows it. | Capture an authorized PayU Europe order. Leave body blank for a full capture when the provider allows it. |
get_order_transactionsRetrieve transaction records for a PayU Europe order. | Retrieve transaction records for a PayU Europe order. |
create_refundCreate a PayU Europe refund. Uses the standard refund path and does not request accelerated refund handling. | Create a PayU Europe refund. Uses the standard refund path and does not request accelerated refund handling. |
list_refundsRetrieve all refund records for a PayU Europe order. | Retrieve all refund records for a PayU Europe order. |
get_refundRetrieve a specific PayU Europe refund. | Retrieve a specific PayU Europe refund. |
create_payoutCreate a PayU Europe payout using the documented payout endpoint. | Create a PayU Europe payout using the documented payout endpoint. |
get_payoutRetrieve a PayU Europe payout by payout ID. | Retrieve a PayU Europe payout by payout ID. |
list_payment_methodsRetrieve available PayU Europe payment methods and saved card/BLIK tokens visible to the access token. | Retrieve available PayU Europe payment methods and saved card/BLIK tokens visible to the access token. |
delete_tokenDelete a stored PayU payment token. | Delete a stored PayU payment token. |
retrieve_statementRetrieve a PayU Europe statement/report with optional filters. | Retrieve a PayU Europe statement/report with optional filters. |
get_shop_dataRetrieve PayU Europe shop data for the authenticated merchant. | Retrieve PayU Europe shop data for the authenticated merchant. |
get_seller_statusRetrieve PayU marketplace seller status by external customer ID. | Retrieve PayU marketplace seller status by external customer ID. |
get_seller_balanceRetrieve PayU marketplace seller balance. | Retrieve PayU marketplace seller balance. |
list_seller_operationsRetrieve PayU marketplace seller operation history. | Retrieve PayU marketplace seller operation history. |
transfer_seller_to_marketplaceTransfer funds from a PayU marketplace seller balance to the marketplace balance. | Transfer funds from a PayU marketplace seller balance to the marketplace balance. |
transfer_marketplace_to_sellerTransfer funds from the PayU marketplace balance to a seller balance. | Transfer funds from the PayU marketplace balance to a seller balance. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive PayU Europe order, refund, payout, and marketplace notifications. Optionally verifies OpenPayU-Signature with the POS second key. | Receive PayU Europe order, refund, payout, and marketplace notifications. Optionally verifies OpenPayU-Signature with the POS second key. |
Quick Start
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.