Tools
| Name | Description |
|---|---|
create_paymentCreate a Rapyd payment to collect funds. | Create a Rapyd payment to collect funds. |
create_checkout_pageCreate a Rapyd hosted checkout page. | Create a Rapyd hosted checkout page. |
get_paymentRetrieve a Rapyd payment by ID. | Retrieve a Rapyd payment by ID. |
list_paymentsList Rapyd payments with optional filters. | List Rapyd payments with optional filters. |
refund_paymentCreate a Rapyd refund for a payment. | Create a Rapyd refund for a payment. |
cancel_paymentCancel a Rapyd payment when supported by the payment method and status. | Cancel a Rapyd payment when supported by the payment method and status. |
create_customerCreate a Rapyd customer. | Create a Rapyd customer. |
create_walletCreate a Rapyd wallet. | Create a Rapyd wallet. |
create_payoutCreate a Rapyd payout. | Create a Rapyd payout. |
create_transferCreate a Rapyd wallet-to-wallet transfer. | Create a Rapyd wallet-to-wallet transfer. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive Rapyd webhook events. Use Rapyd dashboard event settings for the trigger URL. | Receive Rapyd webhook events. Use Rapyd dashboard event settings for the trigger URL. |
Quick Start
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.