Skip to content

Airwallex Rail

Overview

The Airwallex rail supports ACH (US), international wire, and cross-border transfers in 150+ currencies. Best for: paying SaaS vendors, international suppliers, and Anthropic API billing.

Setup

AIRWALLEX_CLIENT_ID=app_...
AIRWALLEX_API_KEY=...
AIRWALLEX_ENV=production # or 'demo' for testing

Usage

const result = await executeAgentPayment(signed, {
recipient: 'vendor@example.com',
amount: 500,
rail: 'airwallex',
railOptions: {
paymentMethod: 'LOCAL', // or 'SWIFT'
sourceCurrency: 'USD',
destinationCurrency: 'EUR',
beneficiaryAccountNumber: '...',
beneficiaryBankCode: '...',
},
})

Recipes using this rail