ステーブルコインでの支払い公開プレビュー
Stripe 残高で法定通貨として決済される仮想通貨を顧客が支払えるようにします。
You can accept stablecoin payments that settle as fiat in your Stripe balance. You can accept USDC payments on Ethereum, Solana, and Polygon without holding or converting crypto to fiat yourself. We charge 1.5% of the transaction amount (in USD).
This works with Checkout, Elements, or you can directly integrate it through the Payment Intents API. When integrated, the option to pay with Crypto
appears and redirects your customers to a page hosted by crypto.link.com to complete their payment. There, they can connect their wallet and save and reuse their account using Link. Before you get started, see our demo that shows how Pay with Crypto works.
概要
次の例は、Payment Elementに仮想通貨が追加されていることを前提としています。
ステーブルコイン決済を設定すると、決済フォームの決済手段に仮想通貨のオプションが表示されます。
When your customer clicks this option, we redirect them to a page hosted by crypto.link.com, where they can:
- 支払い額を確定します。
- 支払いに使用するウォレットを接続します。
- 顧客のウォレットから USDC を送金する取引に署名して、支払いを確定します。
After Stripe confirms the payment, the customer sees that the transaction is complete. As with any other Stripe transaction, you see an update to your Stripe balance.
機能セット
次の表で機能の概要を説明しています。
サポート対象 | アメリカを拠点とする企業 |
特長 |
|
継続支払い | send_ 回収方法でサポートされているサブスクリプション。 |
手動キャプチャー | サポート対象外 |
通貨 |
|
最終顧客 | グローバル (制裁対象国を除く) |
取引 | 最終顧客の取引限度額は、取引ごとに 10,000 USD、月ごとに 100,000 USD です。 |
手数料 | 取引金額の 1.5% (USD) |
公開プレビュー
Pay with Crypto is in public preview. If you have any questions or feedback, contact pay-with-crypto@stripe.com.
アカウント登録
ステーブルコインを受け付ける前に、以下のことを行ってください。
Activate a Stripe account (if you haven’t already) to make sure that we’ve approved you to process payments.
決済手段の設定に移動し、仮想通貨の決済手段をリクエストします。
会社の情報を記入して、そのページで規約に同意します。
After we review your information and approve you, the
Crypto
payment method becomes active in the Dashboard. If the payment method appears as pending, we’re still reviewing your candidacy and might reach out to you for more details.
実装する前に、以下の点を考慮してください。
返金: 返金を行う場合は、返金フローに従ってください。仮想通貨決済の場合、返金はステーブルコインで顧客のウォレットに戻されます。
仮想通貨の保有: Stripe 残高の USD で取引が決済されます。
売上処理通貨: 現在、USD 決済のみサポートしています。
Billing
Stripe Billing を使用して、仮想通貨に対応している請求書とサブスクリプションを作成します。仮想通貨決済の請求書およびサブスクリプションは、send_
の回収方法のみサポートしています。
Connect のサポート
Connected accounts must directly enable Crypto in their payment method settings before they can accept crypto payments. You can’t enable crypto payments through the Accounts API or Capabilities API. The following Connect charge types, typically used by Connect platforms, are available to businesses using Pay with Crypto:
- デスティネーション支払い
- 支払いと送金別方式
- ダイレクト支払い
注
Pay with Crypto doesn’t support payemens on behalf of connected accounts.