Tools
| Name | Description |
|---|---|
list_customersList GoCardless customers with cursor pagination. | List GoCardless customers with cursor pagination. |
get_customerGet one GoCardless customer by ID. | Get one GoCardless customer by ID. |
create_customerCreate a GoCardless customer record. | Create a GoCardless customer record. |
list_mandatesList mandates with optional customer and status filters. | List mandates with optional customer and status filters. |
list_paymentsList GoCardless payments with optional customer, mandate, status, and date filters. | List GoCardless payments with optional customer, mandate, status, and date filters. |
get_paymentGet one GoCardless payment by ID. | Get one GoCardless payment by ID. |
create_paymentCreate a bank debit payment against an existing mandate. | Create a bank debit payment against an existing mandate. |
cancel_paymentCancel a pending GoCardless payment by ID. | Cancel a pending GoCardless payment by ID. |
create_refundCreate a refund for a GoCardless payment. | Create a refund for a GoCardless payment. |
Triggers
| Name | Description |
|---|---|
new_eventPoll GoCardless events after the trigger is enabled. | Poll GoCardless events after the trigger is enabled. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('gocardless', 'list_customers', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'gocardless',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect GoCardless 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 GoCardless support?
GoCardless supports 9 tools including List Customers, Get Customer, Create Customer, List Mandates, List Payments, and more.
Can I use GoCardless with AI agents?
Yes. Add GoCardless 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 GoCardless be used in stateful agent workflows?
Yes. Agents can combine GoCardless 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 GoCardless use?
GoCardless uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the GoCardless integration cost?
The GoCardless integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does GoCardless support?
GoCardless supports 1 triggers including New Event.
Connect GoCardless in minutes
Get 20,000 free action executions every month. No credit card required.