Weavz
Yellow Card

Yellow Card

Use Yellow Card regional rates, mobile-money and stablecoin sends, custody wallets, RFQs, and transaction webhooks.

14 tools
3 triggers

Tools

Name
get_rates

Retrieve Yellow Card local-currency and stablecoin rate data.

get_channels

List Yellow Card payout and collection channels for a country.

get_networks

List Yellow Card mobile money and bank networks for a country.

create_widget_quote

Create a Yellow Card buy or sell widget quote.

submit_send

Submit a Yellow Card local payout/send request with idempotent sequence ID and recipient details.

list_sends

List Yellow Card send transactions with date, pagination, and sorting filters.

get_send

Retrieve a Yellow Card send by ID.

submit_crypto_send

Submit a Yellow Card stablecoin crypto send to a wallet address with Travel Rule details.

list_wallets

List Yellow Card custody sub-wallets.

create_wallet

Create a Yellow Card custody sub-wallet and optionally create a virtual account.

create_rfq

Create a Yellow Card custody request-for-quote for wallet conversion or settlement workflows.

list_rfqs

List Yellow Card custody request-for-quote records.

get_rfq

Retrieve a Yellow Card custody request-for-quote by ID.

accept_rfq

Accept a Yellow Card custody request-for-quote using the documented accept endpoint.

Triggers

Name
webhook_event

Receive Yellow Card webhook callbacks for transaction and virtual-account lifecycle events.

send_event

Receive Yellow Card send lifecycle webhook callbacks.

virtual_account_event

Receive Yellow Card virtual-account webhook callbacks.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Yellow Card supports 14 tools including Get Rates, Get Channels, Get Networks, Create Widget Quote, Submit Send, and more.

Can I use Yellow Card with AI agents?

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

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

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

How much does the Yellow Card integration cost?

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

What triggers does Yellow Card support?

Yellow Card supports 3 triggers including Webhook Event, Send Event, Virtual Account Event.

Connect Yellow Card in minutes

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