Weavz
GoCardless

GoCardless

Bank debit payments, mandates, refunds, and payment events.

9 tools
1 trigger

Tools

Name
list_customers

List GoCardless customers with cursor pagination.

get_customer

Get one GoCardless customer by ID.

create_customer

Create a GoCardless customer record.

list_mandates

List mandates with optional customer and status filters.

list_payments

List GoCardless payments with optional customer, mandate, status, and date filters.

get_payment

Get one GoCardless payment by ID.

create_payment

Create a bank debit payment against an existing mandate.

cancel_payment

Cancel a pending GoCardless payment by ID.

create_refund

Create a refund for a GoCardless payment.

Triggers

Name
new_event

Poll GoCardless events after the trigger is enabled.

Quick Start

TypeScript
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.