Weavz
Airwallex

Airwallex

Global payments, treasury, payouts, and embedded finance APIs

45 tools

Tools

Name
get_account

Retrieve details for the authenticated Airwallex account

list_connected_accounts

List connected accounts available to a platform account

list_global_accounts

List Airwallex global accounts for receiving funds

get_global_account

Retrieve a global account by ID

list_deposits

List deposits received into Airwallex accounts

get_current_balances

Get available and pending balances by currency

get_balance_history

Get balance history records for reconciliation and cashflow review

list_financial_transactions

List financial transactions by date, source, batch, or status

get_financial_transaction

Retrieve one financial transaction by ID

list_beneficiaries

List saved beneficiaries for payouts

get_beneficiary

Retrieve a saved beneficiary by ID

create_beneficiary

Create a saved payout beneficiary from an Airwallex beneficiary JSON body

validate_beneficiary

Validate a beneficiary JSON body before creating or updating it

verify_beneficiary_account

Verify beneficiary bank account details and retrieve name-matching results where supported

list_transfers

List payouts and account transfers by date, status, currency, or request ID

get_transfer

Retrieve a transfer by ID

create_transfer

Create a transfer from an Airwallex transfer JSON body; may require SCA and appropriate account permissions

validate_transfer

Validate a transfer JSON body before creating it

get_indicative_fx_quote

Retrieve an indicative FX quote for a buy/sell currency pair and amount

list_conversions

List FX conversions by currency, date, request ID, or status

get_conversion

Retrieve an FX conversion by ID

create_conversion

Create an FX conversion from an Airwallex conversion JSON body; may move funds between currencies

list_payment_intents

List payment intents for receivables and payment acceptance workflows

get_payment_intent

Retrieve a payment intent by ID

list_payment_links

List payment links for receivables workflows

get_payment_link

Retrieve a payment link by ID

list_charges

List charges for payment reconciliation

get_charge

Retrieve a charge by ID

list_invoices

List Airwallex invoices for receivables review

get_invoice

Retrieve an invoice by ID

list_invoice_items

List line items for an invoice

list_bills

List Airwallex spend bills for payables review

get_bill

Retrieve a spend bill by ID

list_expenses

List Airwallex spend expenses

get_expense

Retrieve a spend expense by ID

list_reimbursement_reports

List reimbursement reports for upcoming payables review

get_reimbursement_report

Retrieve a reimbursement report by ID

list_cardholders

List Airwallex issuing cardholders

get_cardholder

Retrieve a cardholder by ID

list_cards

List Airwallex issuing cards without exposing card PAN details

get_card

Retrieve card metadata by ID without calling the sensitive card-details endpoint

list_card_transactions

List issuing card transactions for spend reconciliation

get_card_transaction

Retrieve a card transaction by ID

custom_api_call

Make a read-only custom GET request to the Airwallex API

custom_write_api_call

Make a mutating custom API call to Airwallex; requires explicit confirmation because it can move money or change account state

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Airwallex supports 45 tools including Get Account, List Connected Accounts, List Global Accounts, Get Global Account, List Deposits, and more.

Can I use Airwallex with AI agents?

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

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

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

How much does the Airwallex integration cost?

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

Connect Airwallex in minutes

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