Stripe がホストする受取人の作成公開プレビュー
Stripe がホストするフォームを使用して受取人を登録する方法をご紹介します。
Stripe がホストするウェブフォームを使用して受取人情報を収集します。受取人の情報は、各受取人の機能、国、支払い方法に基づいて動的に表示されます。
Use the Account Links API to programmatically generate links to collect information with Stripe-hosted forms, which renders dynamically based on the capabilities, country, and payment methods for each recipient, and that you can customize with your business name, brand colors, and icon. Your recipients complete the hosted form and submit required details, including payout credentials (for example, bank account and routing number) directly to Stripe.



サポートされているブラウザー
Stripe のホスティング収集は、デスクトップとモバイルのブラウザーに対応しています。
- Chrome と Firefox の最新の 20 個のメジャーバージョン
- Safari と Edge の最新の 2 つのメジャーバージョン
- iOS 上のモバイル Safari の最新の 2 つのメジャーバージョン
- iframe 環境ではありません
収集フォームをカスタマイズする
Stripe のオンラインフォームをカスタマイズするには、ダッシュボードのビジネスブランドの設定ページに移動して、ビジネス名、カラー、アイコンを追加します。
受取人を作成する
Use the Accounts v2 API to create your recipient. You must provide the following parameters to create the Account ID:
必要な情報 | パラメータ |
---|---|
受取人の国 | identity. |
受取人の業種 | identity. |
受取人のメールアドレス | contact_ |
アカウントの表示名。これは、Stripe ダッシュボードと、アカウントに送信するすべての請求書に表示されます。 | display_ |
有効にする入金手段 | configuration. |
プライベートプレビュー
アメリカ以外のユーザーへの入金はプライベートプレビュー版です。アクセスについて関心がある場合は、
メールアドレスを入力します。Using the Accounts v2 API, you must specify your intended payout methods because some methods require additional information about your recipient to be enabled. The methods you enable using the capabilities
parameter determine information that you need to collect for your recipient (for example, configuration.
for a US recipient requires you to submit an account and routing number).
入金方法 | API パラメーター | 説明 |
---|---|---|
地方銀行 | configuration. | アカウントが ACH や FPS などの地元銀行ネットワーク経由で OutboundPayments を受信できるようにします。 |
銀行電信送金 | configuration. | アカウントが Fedwire や SWIFT などの電信ネットワーク経由で OutboundPayments を受信できるようにします。 |
カード | configuration. | アカウントが Visa Direct や Mastercard Send などのデビットカードネットワーク経由で OutboundPayments を受信できるようにします。 |
プライベートプレビュー
Making payouts with debit cards is in private preview. If you’re interested in getting access,
メールアドレスを入力します。受取人は、複数の入金手段を有効にできます。受取人は、すべての国ですべての入金手段を利用できるわけではありません。国別の利用可能な入金手段の一覧をご覧ください。
これらのフィールドとリクエストされた入金手段を追加した後、API レスポンスに必要な追加情報が Stripe で決定されます。この情報は、受取人が入金を受け取れるようにするために必要な情報で、お客様が送信する必要があります。
共有可能なリンクを作成する
Create a shareable link using the Account Link API. You send this link to your recipient, who then has access to the collection form to submit required information directly to Stripe. Each AccountLink URL expires 10 minutes after generation and can be used only once. If your recipient clicks the AccountLink after the 10 minute window, they’re redirected to the refresh.
for security reasons. After your recipient provides their information, the AccountLink redirects to the return.
.
プライベートプレビュー
受取人の確認を希望する場合受取人が Stripe のオンラインフォームで入金手段の詳細を共有した後、Financial Connections API を使用して、関連付けられた口座の所有権情報を表示および確定します。アクセスをご希望の場合は、メールアドレスを入力してください。
新しい共有可能なリンクを作成するには、以下のパラメーターを含めます。
account
: The recipient’s account ID, which you can get using the Accounts v2 APIuse_
:受取人の情報を初めて収集する場合は、case. type account_
を指定します。onboarding use_
:case. account_ onboarding. configurations recipient
に設定します。use_
: The page Stripe redirects the recipient to when the AccountLink has already been visited, has expired, or is otherwise invalid.case. account_ onboarding. return_ url use_
:受取人が情報収集フォームを完了または終了したときに、Stripe がリダイレクトするページ。case. account_ onboarding. refresh_ url
次のリクエストで、受取人の情報を初めて収集する目的で AccountLink を作成します。
受取人をこの URL にリダイレクトする前に、アプリケーションで受取人を認証します。
プライベートプレビュー
Interested in additional authentication tools? Stripe also offers a one-time passcode feature to reauthenticate your recipient by sending an authentication code to their email, and then redirecting them to a new AccountLink. If you’re interested in getting access, メールアドレスを入力します。
受取人小切手の確認 UK only
イギリスの受取人に送金する前に受取人確認にを行う必要があります。この確認は、銀行口座の作成時に行うか、API コールで行います。
/v2/payment_
へのリクエストで次のパラメーターを指定します。
API パラメーター | 必要 | 説明 |
---|---|---|
account_ | あり | 銀行口座の口座番号。 |
sort_ | あり | 銀行口座のソートコード (数値のみ)。 |
confirmation_ | なし | 受取人の銀行口座を確認するかどうかを決定します。 |
次に、レスポンスの例を示します。
{ "id": "gbba_123", "object": "payment_methods.gb_bank_account", "bank_account_type": "checking", "bank_name": "Test Bank", "created": "2023-05-15T16:29:15.738Z", "deactivated": false, "last4": "2345", "sort_code": "108800", "confirmation_of_payee": { "result": { "created": "2024-10-18T19:19:31.000Z", "match_result": "mismatch", "matched": { "business_type": null, "name": "" }, "message": "The provided information does not match the information the bank has on file for this account.", "provided": { "business_type": "business", "name": "John Smith" } }, "status": "awaiting_acknowledgement" }, }
受取人の確認結果が一致する場合、すぐにこの送金先に資金を送金できます。結果が部分的に一致する場合、結果が一致しない場合、またはサービスを利用できない場合は、最初に次の結果を確認する必要があります。
確認の前に、これらの銀行口座を見直して正しい送金先であることを確認してください。送金先と一致していない銀行口座は、ダッシュボードで確認することもできます。
受取人が有効になっていることを確認する
For a recipient to accept payouts, you must collect information about the recipient and the intended payout methods. You can determine if a recipient is ready to accept payouts using the Dashboard or the Accounts v2 API.
既存の受取人を更新する
Account Links API を使用して別の共有可能なリンクを作成すると、受取人は Stripe がホストするフォームで自分の情報を更新できるようなります。
新しい共有可能なリンクを作成するには、以下を含めます。
account
: The recipient’s account ID, which you can get using the Accounts v2 APIuse_
:case. type account_
を指定します。update use_
:case. account_ onboarding. configurations recipient
に設定します。use_
: The page Stripe redirects the recipient to after the AccountLink has already been visited, has expired, or is otherwise invalid.case. account_ onboarding. return_ url use_
: 受取人が情報収集フォームを完了または終了したときに、Stripe はこのページに受取人をリダイレクトします。case. account_ onboarding. refresh_ url
Similar to the AccountLink used to create the recipient, the URL expires after 10 minutes and can be used only once. If your recipient clicks the AccountLink beyond the 10 minute window, we redirect them to the refresh.
for security reasons.