← Back to Skills Marketplace
mguozhen

Cross Border Payment Guide

by mguozhen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
165
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install cross-border-payment-guide
Description
Cross-border payment solution guide for Amazon and e-commerce sellers. Compare Payoneer, WorldFirst (Airwallex), PingPong, XTransfer, and LianLian on fees, F...
README (SKILL.md)

Cross-Border Payment Solution Guide

Choose the right payment collection account for your Amazon business. Compare fees, FX rates, withdrawal speed, and features — keep more of your hard-earned revenue.

Commands

payment compare                 # compare all major payment platforms
payment fees [platform] [amount]  # calculate exact fees for a transfer
payment fx [currency] [amount]  # compare FX rates across platforms
payment recommend [profile]     # get personalized recommendation
payment setup [platform]        # account setup requirements
payment tax [country]           # tax reporting requirements
payment multi                   # multi-currency account strategy
payment save [setup]            # save payment configuration

What Data to Provide

  • Amazon marketplaces — where you sell (US, UK, DE, JP, etc.)
  • Monthly revenue — to calculate which platform saves most
  • Home currency — what you want to withdraw to (CNY, USD, etc.)
  • Withdrawal frequency — daily, weekly, monthly
  • Business type — individual, company, Chinese entity

Platform Comparison

Payoneer

Feature Details
Receiving fee 0% (from Amazon)
Withdrawal fee 2% (to local bank)
FX spread 2–3.5% above mid-market
Withdrawal speed 2–5 business days
Min withdrawal $50
Supported markets 200+ countries
Best for Global sellers, non-Chinese sellers
Weakness Higher FX spread, slow for large amounts

WorldFirst (now Airwallex in some markets)

Feature Details
Receiving fee 0%
Withdrawal fee 0.3–0.5%
FX spread 0.5–1.5% above mid-market
Withdrawal speed Same day to 2 days
Min withdrawal None
Supported markets 40+ currencies
Best for High-volume sellers, competitive FX needs
Weakness Stricter compliance checks

PingPong

Feature Details
Receiving fee 0%
Withdrawal fee 1% (USD→CNY)
FX spread 1–2%
Withdrawal speed 1–3 business days
Min withdrawal $200
Best for Chinese sellers, small-medium volume
Weakness Limited non-Chinese withdrawal options

XTransfer

Feature Details
Receiving fee 0%
Withdrawal fee 0%
FX spread 0.3–0.8% (competitive)
Withdrawal speed Same day (CNY)
Min withdrawal None
Best for Chinese manufacturing companies, B2B
Weakness Newer platform, less brand recognition

LianLian Pay

Feature Details
Receiving fee 0%
Withdrawal fee 0.7–1%
FX spread 1–2%
Withdrawal speed 1–3 business days
Best for Chinese individual sellers
Weakness Limited to CNY withdrawal primarily

FX Cost Calculator

Monthly revenue: $10,000 USD → CNY

Platform FX Spread Withdrawal Fee Total Cost You Receive (approx)
XTransfer 0.5% 0% $50 ¥71,892
WorldFirst 1.0% 0.3% $130 ¥71,012
PingPong 1.5% 1.0% $250 ¥70,096
Payoneer 2.5% 2.0% $450 ¥68,544

Based on approximate USD/CNY rate of 7.25. Actual rates vary daily.

Annual savings (XTransfer vs Payoneer at $10k/month): ~$4,800/year

Multi-Currency Strategy

For sellers on multiple Amazon marketplaces:

Amazon US (USD) ──────────────────────→ WorldFirst/XTransfer USD account
Amazon UK (GBP) ──────────────────────→ WorldFirst GBP account (hold & convert at best rate)
Amazon DE (EUR) ──────────────────────→ WorldFirst EUR account
Amazon JP (JPY) ──────────────────────→ Payoneer JPY → convert when rate is favorable
                                                    ↓
                              Convert to CNY when exchange rate peaks
                              Withdraw to Chinese business bank account

Key Strategy: Hold in foreign currency, convert when rate is favorable. Don't auto-convert every withdrawal.

Platform Selection by Seller Profile

Seller Type Recommended Platform Why
New seller, \x3C$5k/month PingPong or LianLian Easy setup, low minimum
Chinese seller, $5k–$50k/month XTransfer or WorldFirst Best FX rates
Global seller (non-CN) Payoneer or WorldFirst Wider coverage
High volume >$50k/month WorldFirst or Airwallex Volume discounts, dedicated support
B2B factory/manufacturer XTransfer Purpose-built for manufacturers
Multi-marketplace seller WorldFirst Best multi-currency account

Tax Reporting Considerations

For Chinese Sellers (人民币提现)

  • Withdrawals >$50,000/person/year require State Administration of Foreign Exchange (SAFE) documentation
  • Company accounts have higher limits than personal accounts
  • Keep all transaction records for VAT filing
  • Use company account vs. personal account — different tax treatment

VAT Registration (EU/UK Sellers)

If selling in EU/UK, you may need VAT registration:

  • UK: Register if selling >£85,000/year or using Amazon FBA in UK
  • Germany: Register before first sale (no threshold for non-EU sellers)
  • Use platforms like Avalara or Taxjar for automated VAT compliance

Setup Requirements by Platform

Payoneer

  • Valid passport or national ID
  • Proof of address
  • Bank account details
  • Business documentation (if business account)

WorldFirst

  • Company registration documents
  • Director/shareholder ID
  • Business bank account
  • Proof of Amazon seller account

PingPong / XTransfer / LianLian

  • Chinese ID card (for individuals)
  • Business license (for companies)
  • Amazon seller account verification

Output Format

  1. Platform Recommendation — best fit based on your profile
  2. Annual Cost Comparison — exact savings vs. your current platform
  3. Multi-Currency Strategy — when to convert, which accounts to use
  4. Setup Checklist — documents needed for recommended platform
  5. Tax Reminders — jurisdiction-specific compliance notes
Usage Guidance
This appears to be a straightforward informational guide—no credentials or installs are required. Before installing or using it, confirm where (if anywhere) the skill would save configuration when you run commands like "payment save", avoid entering any real API keys or banking credentials into the skill, and treat the fee/Fx numbers as illustrative (rates change daily). If you need automated actions (e.g., calling provider APIs or storing secrets), require a variant that explicitly documents what it will store, where, and which credentials it needs. If you see future versions that request environment variables, downloads, or shell execution to contact external endpoints, review those changes carefully before enabling autonomous invocation.
Capability Analysis
Type: OpenClaw Skill Name: cross-border-payment-guide Version: 1.0.0 The skill bundle is an informational guide for e-commerce sellers to compare cross-border payment platforms like Payoneer and WorldFirst. The content in SKILL.md consists entirely of comparison tables, fee calculations, and strategic advice, with no executable code, obfuscation, or instructions to perform malicious actions. While 'Bash' is listed as an allowed tool, it is not utilized in the provided files, and the 'Commands' section appears to be a natural language interface for the agent to provide specific parts of the guide.
Capability Assessment
Purpose & Capability
The name/description (compare Payoneer, WorldFirst/Airwallex, PingPong, XTransfer, LianLian) matches the SKILL.md content. There are no unexpected required binaries, env vars, or config paths.
Instruction Scope
SKILL.md contains comparison tables, calculators, and example commands (payment compare, fees, fx, recommend, setup, save). It does not instruct reading system files, exfiltrating data, or calling external endpoints. One note: allowed-tools: Bash is declared, which would permit running shell commands if the agent executes the skill — but the provided instructions themselves do not require accessing secrets or system paths.
Install Mechanism
No install spec and no code files (instruction-only). Nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to an informational/payment comparison guide.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request persistent privileges, nor does it attempt to modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cross-border-payment-guide
  3. After installation, invoke the skill by name or use /cross-border-payment-guide
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Cross-border-payment-guide v1.0.0 initial release: - Provides comprehensive comparison of major cross-border payment platforms (Payoneer, WorldFirst/Airwallex, PingPong, XTransfer, LianLian) for Amazon and e-commerce sellers. - Allows cost comparison based on fees, FX spreads, and platform features. - Includes commands for platform comparison, personalized recommendations, cost calculations, and setup checklists. - Offers guidance on multi-currency strategies and tax compliance for different seller types. - Tailored outputs for platform recommendation, annual cost estimate, and setup requirements.
Metadata
Slug cross-border-payment-guide
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Cross Border Payment Guide?

Cross-border payment solution guide for Amazon and e-commerce sellers. Compare Payoneer, WorldFirst (Airwallex), PingPong, XTransfer, and LianLian on fees, F... It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.

How do I install Cross Border Payment Guide?

Run "/install cross-border-payment-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cross Border Payment Guide free?

Yes, Cross Border Payment Guide is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cross Border Payment Guide support?

Cross Border Payment Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cross Border Payment Guide?

It is built and maintained by mguozhen (@mguozhen); the current version is v1.0.0.

💬 Comments