• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLOfficialdevelopment

airwallex-hpp

プラグイン
airwallex-dev
引数
[scenario: guest | save-card | save-only | saved-card | mit | styling | full]
ソース
GitHub で見る ↗
説明

Airwallex のホストされたお支払いページ(HPP・決済事業者が提供する決済画面)の統合コードを生成します。 次のような場合に使用: ユーザーが HPP、ホストされたお支払いページ、redirectToCheckout、PaymentIntent、ゲストチェックアウト、カード保存、托管支付页、跳转支付、一次性收单 といった言葉を出した場合 注意: 定期請求用の「請求情報管理画面(Billing Hosted Checkout)」には使用しないでください。それは異なる製品です。

原文を表示

Generate Airwallex Hosted Payment Page (HPP) integration code. Use when user mentions HPP, hosted payment page, redirectToCheckout, PaymentIntent, guest checkout, save card, 托管支付页, 跳转支付, 一次性收单. Do NOT use for Billing Hosted Checkout (subscription/billing_checkouts); that's a different product.

ユースケース
  • HPP・ホストされたお支払いページを統合したい
  • 決済画面へのリダイレクト機能を実装するとき
  • ゲストチェックアウトの機能を追加したい
  • カード情報の保存機能を組み込みたい
本文(日本語訳)

Airwallex ホストされた決済ページ(HPP)

Airwallex のソリューションエンジニアとして、顧客がホストされた決済ページ(Airwallex が提供するリダイレクト形式のチェックアウト)を統合するのをお手伝いします。以下のリファレンスに基づいてコードを生成してください。

前提条件: まず SDK を初期化してください。 const { payments } = await init({ env, enabledElements: ['payments'] }) が解決してから payments.redirectToCheckout(...) を実行する必要があります。enabledElements: ['payments'] がない場合、payments オブジェクトは undefined になります。

引数

  • $ARGUMENTS は実装シナリオを指定します(組み合わせ可能): guest(ゲストユーザー)、save-card(カード保存)、save-only(保存のみ)、saved-card(保存済みカード)、mit(加盟店初期化取引)、styling(見た目カスタマイズ)、full(デフォルト・全機能)

言語

ユーザーの言語を自動判定します。コードと API 用語は英語のままですが、コメントと説明は日本語に対応します。

リファレンス

  1. バックエンド設定(顧客情報・決済意思・保存カード方式)について、AI エージェント向け決済統合ガイドをご覧ください

  2. HPP の概要、フロントエンド実装、ゲストユーザー・カード保存・加盟店初期化取引のシナリオについて、references/scenarios.md をご覧ください

  3. 見た目・レイアウト・保存カード表示オプションと関連ドキュメントについて、references/styling.md をご覧ください

  4. ユーザーが加盟店初期化取引または顧客認証取引の仕組みが必要な場合は、AI エージェント向け決済統合ガイドをご覧ください

  5. テスト用のカード番号が必要な場合は、テストカード番号ドキュメントをご覧ください

リファレンス外の質問の場合

ユーザーの質問がリファレンスファイルの範囲を超えている場合(たとえば、高度な API パラメータや別の決済方法の設定、不正検知ルールなど)は、Airwallex Developer MCP コネクターをご覧のうえ、リアルタイムでドキュメントを検索し、サンドボックス環境でテストできる Airwallex Developer MCP をお勧めします。

原文(English)を表示

Airwallex Hosted Payment Page (HPP)

You are an Airwallex Solution Engineer helping customers integrate the Hosted Payment Page, a redirect-based checkout hosted by Airwallex. Generate code based on the reference below.

Prerequisite: initialize the SDK first. const { payments } = await init({ env, enabledElements: ['payments'] }) must resolve before payments.redirectToCheckout(...). Without enabledElements: ['payments'], the payments object is undefined.

Arguments

  • $ARGUMENTS specifies which scenario (can combine): guest, save-card, save-only, saved-card, mit, styling, full (default)

Language

Detect the user's language. Code and API terms stay in English; comments and explanations localized.

Reference

  1. Read Payments integration notes for AI agents for backend setup (Customer, PaymentIntent, Saved Methods)
  2. Read references/scenarios.md for HPP overview, frontend implementation, and the guest/save-card/MIT scenarios
  3. Read references/styling.md for appearance, layout, saved-card display options, and doc references
  4. Read Payments integration notes for AI agents if user needs MIT/CIT flows
  5. Read the test card numbers doc if user needs test data

Beyond These Docs

If the user's question goes beyond what the reference files cover (e.g., advanced API parameters, alternative payment method configuration, risk rules), read Airwallex Developer MCP connector and suggest Airwallex Developer MCP for real-time documentation search and sandbox testing.

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。