airwallex-dev Claude Code Plugin
Claude Code PluginClaude CodeDevelopmentPayments & FintechWeb & App DevelopmentThe explanation below is AI-generated. Please verify it against the sources.
airwallex-dev is a plugin for Claude Code, Cursor, and Codex that generates code to build Airwallex payment integrations directly inside a project's codebase. According to its README, it bundles six skills covering a hosted checkout page, embedded card elements, KYC onboarding for connected accounts, and a subscription/one-off billing checkout, plus one skill that only produces a planning document for AI-provider card-on-file merchant-initiated transaction flows. Most skills accept a scenario argument so the agent loads only the reference files a given task needs, while the billing checkout skill instead runs an interactive intake questionnaire. Using the generated integrations requires an Airwallex sandbox account, and the plugin also expects the Airwallex Developer MCP connector, which the card-on-file planning skill treats as mandatory for checking API fields and SDK shapes. The plugin writes routes, components, and configuration into the target project rather than just describing them, except for the one planning-only skill.
About the service
Airwallex is a financial infrastructure platform whose documented APIs cover multi-currency accounts, connected-account onboarding, payments, subscription billing, transactional FX, payouts, card issuing, and spend management. This plugin generates code that calls into that Airwallex platform to implement checkout, card, onboarding, and billing flows.
What you can do with airwallex-dev
- Generate a redirect-based Hosted Payment Page checkout flow
- Generate embedded Drop-in or Split Card payment element UI
- Build KYC onboarding for connected accounts via embedded component or hosted link
- Generate Billing Hosted Checkout code for subscriptions, one-off payments, or card saving
- Produce an implementation plan for AI-provider card-on-file merchant-initiated flows such as top-ups and auto-recharge
Sources
History of airwallex-dev
- Claude Code Plugin Added airwallex-dev