Weavz
Rapyd

Rapyd

Create Rapyd payments, checkout pages, customers, wallets, payouts, transfers, refunds, cancellations, and receive webhook events.

10 tools
1 trigger

Tools

Name
create_payment

Create a Rapyd payment to collect funds.

create_checkout_page

Create a Rapyd hosted checkout page.

get_payment

Retrieve a Rapyd payment by ID.

list_payments

List Rapyd payments with optional filters.

refund_payment

Create a Rapyd refund for a payment.

cancel_payment

Cancel a Rapyd payment when supported by the payment method and status.

create_customer

Create a Rapyd customer.

create_wallet

Create a Rapyd wallet.

create_payout

Create a Rapyd payout.

create_transfer

Create a Rapyd wallet-to-wallet transfer.

Triggers

Name
webhook_event_received

Receive Rapyd webhook events. Use Rapyd dashboard event settings for the trigger URL.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Rapyd supports 10 tools including Create Payment, Create Checkout Page, Get Payment, List Payments, Refund Payment, and more.

Can I use Rapyd with AI agents?

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

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

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

How much does the Rapyd integration cost?

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

What triggers does Rapyd support?

Rapyd supports 1 triggers including Webhook Event Received.

Connect Rapyd in minutes

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