コンテンツにスキップ
アカウントを作成
または
サインイン
Stripe ドキュメントのロゴ
/
AI に質問する
アカウントを作成
サインイン
始める
支払い
売上
プラットフォームおよびマーケットプレイス
資金管理
開発者向けリソース
API & SDKヘルプ
概要
Stripe Payments について
構築済みのシステムをアップグレード
支払いの分析
オンライン決済
概要ユースケースを見つけるManaged Payments を使用する
Payment Links を使用する
事前構築済みの決済ページを使用する
Elements を使用したカスタム統合の構築
アプリ内実装を構築
決済手段
決済手段を追加
    概要
    支払い方法の導入オプション
    ダッシュボードで支払い方法を管理
    決済手段のタイプ
    カード
    Stripe 残高で支払う
    ステーブルコインでの支払い
      ステーブルコインによる決済を受け付ける
    銀行口座引き落とし
    銀行へのリダイレクト
    銀行振込
    クレジットトランスファー (Sources)
    後払い
    リアルタイム決済
    店舗支払い
    ウォレット
    国ごとに現地の支払い方法を有効化
    カスタムの決済手段
決済手段を管理
Link による購入の迅速化
支払いインターフェイス
Payment Links
Checkout
Web Elements
アプリ内決済
決済シナリオ
複数の通貨を扱う
カスタムの決済フロー
柔軟なアクワイアリング
オーケストレーション
店頭支払い
端末
決済にとどまらない機能
会社を設立する
仮想通貨
エージェント型ワークフロー
Financial Connections
Climate
不正利用について
Radar の不正防止
不審請求の申請の管理
本人確認
アメリカ
日本語
ホーム支払いAdd payment methodsStablecoin payments

注

このページはまだ日本語ではご利用いただけません。より多くの言語で文書が閲覧できるように現在取り組んでいます。準備が整い次第、翻訳版を提供いたしますので、もう少しお待ちください。

ステーブルコイン決済の受け付け公開プレビュー

仮想通貨支払い方法を有効にして、ステーブルコインの受け入れを開始します。

stablecoin による決済は、Payment Links、Checkout、Elements、または Payment Intents API で受け付けることができます。USDC などのステーブルコインで支払う場合、顧客は crypto.stripe.com にリダイレクトされ、仮想通貨ウォレットを接続して取引を完了します。資金は Stripe の残高として USD で処理されます。

はじめに

地域的な考慮事項
アメリカ

顧客は世界中でステーブルコインを支払いに利用できますが、現在、ステーブルコインの決済を受け付けることができるのはアメリカ企業のみです。

パブリックプレビュー期間中、ステーブルコインの決済を受け付けるにはアクセスリクエストが必要です。

  1. Stripe アカウントがアクティブ になっていることをご確認ください。
  2. 設定 > 支払い >支払い方法 にアクセスし、仮想通貨 支払い方法をリクエストしてください。
  3. Stripe がアクセスリクエストをレビューし、必要に応じて詳細をご連絡する場合があります。リクエストをレビューする間、支払い方法は保留中と表示されます。
  4. 承認されると、ダッシュボードで仮想通貨が有効になります。

仮想通貨による支払い方法が有効になると、対象となる顧客は仮想通貨による支払いを選択できるようになります。

動的支払い方法での使用 Recommended

Stripe のデフォルト動的支払い方法 を Payment Links、Hosted Checkout、Embedded Checkout Forms、または Elements でご利用の場合、これ以上のアップデートは必要ありません。Stripe は、対象となる顧客にステーブルコインの支払いオプションを自動的に表示します。

カスタム導入する場合

必要に応じて、支払い導入に仮想通貨支払い方法を手動で追加することができます。

新しい Checkout セッションを作成する際は、次のことを行う必要があります。

  1. crypto を payment_method_types のリストに追加します。

  2. すべての line_items が usd を使用していることを確認してください。

実装内容をテストする

Test your crypto payment integration by opening the payment redirect page using your test API keys. You can test a successful payment flow at no cost using testnet assets.

  1. In a sandbox, create a new transaction using your chosen integration method, and open its redirect URL.
  2. Connect your preferred wallet and payment network.
  3. Complete the payment, and validate that you’re redirected to the expected URL.

Test payments with testnet assets

Most cryptocurrencies offer testnet assets, or tokens that have no monetary value, that you can use to test blockchain transactions. Stripe recommends the MetaMask wallet, Polygon Amoy testnet, and Circle faucet for testing, but you can use your own preferred services.

Install a wallet

  1. Download the MetaMask extension for your web browser.
  2. Create a new wallet or import an existing one.

Enable a testnet

  1. In your MetaMask wallet, select Networks from the main menu.
  2. Click Add custom network.
  3. Enter the following details:
    • Network name: Polygon Amoy
    • Default RPC URL: https://rpc-amoy.polygon.technology/
    • Chain ID: 80002
    • Currency symbol: POL
    • Block explorer URL: https://amoy.polygonscan.com/
  4. 保存 をクリックします。

Import a token

  1. In your MetaMask wallet, under Tokens, select Polygon Amoy from the network dropdown.
  2. Click the overflow menu (), and select Import tokens.
  3. Click Select a network > Polygon Amoy.
  4. Under Token contract address, paste the Polygon Amoy testnet contract address:The Token symbol field automatically updates with USDC and the Decimals field with 6.
  5. 次へ をクリックします。
  6. Verify that you’re importing the USDC token, and then click Import.

Your MetaMask wallet now shows Polygon Amoy and USDC in the tokens list.

Get testnet assets

  1. Open faucet.circle.com
  2. Click USDC.
  3. Under Network, select Polygon PoS Amoy.
  4. Under Send to, paste your wallet address.
  5. Click Send 10 USDC.

In addition to USDC for making payments, you need POL to pay transaction costs:

  1. Open faucet.polygon.technology.
  2. Under Select Chain & Token, select Polygon Amoy and POL.
  3. Under Verify your identity, click the third-party platform you want to authenticate with, and complete the login process.
  4. Under Enter Wallet Address, paste your wallet address.
  5. Click Claim.

Testnet transactions can take a few minutes to complete. Check your wallet to confirm that the USDC and POL has transferred.

More testnet faucets

Check these faucet services for more testing token options:

  • Paxos USDP
  • Devnet SOL
  • Sepolia ETH
  • Amoy POL
このページはお役に立ちましたか。
はいいいえ
  • お困りのことがございましたら 、サポートにお問い合わせください。
  • 変更ログをご覧ください。
  • ご不明な点がございましたら、お問い合わせください。
  • LLM ですか?llms.txt を読んでください。
  • Powered by Markdoc
関連ガイド
ステーブルコインのサブスクリプション