コンテンツにスキップ
アカウント作成/サインイン
Stripe ドキュメントのロゴ
/
AI に質問する
アカウントを作成サインイン
導入方法
決済管理
売上管理
プラットフォームとマーケットプレイス
資金管理
開発者向けリソース
API & SDKヘルプ
概要
バージョン管理
変更ログ
    概要
    Clover
    Basil
    Acacia
    以前のバージョン
API バージョンのアップグレード
SDK バージョンをアップグレードする
Essentials
SDK
API
テスト
Stripe CLI
サンプルプロジェクト
ツール
Stripe ダッシュボード
ワークベンチ
開発者ダッシュボード
Stripe Shell
Visual Studio Code をご利用の場合
機能
ワークフロー
イベントの送信先
Stripe 健全性アラートファイルのアップロード
AI ソリューション
エージェントツールキット
モデルコンテキストプロトコルエージェントを使用した AI SaaS 請求ワークフローの構築
セキュリティとプライバシー
セキュリティ
Stripebot ウェブクローラー
プライバシー
Stripe を拡張する
Stripe Appsを構築する
Stripe アプリを使用する
パートナー
Partner Ecosystem
パートナー認定
アメリカ
日本語
ホーム開発者向けリソースChangelogAcacia2025-01-27.acacia

Note

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

ディレクターシップ宣言を Accounts API に追加します

新機能

You can now use the directorship_declaration.ip, directorship_declaration.date, and directorship_declaration.user_agent parameters under the company field in the Accounts API to attest that the list of directors on your Stripe account accurately reflects the directors of your company. This helps fulfill Know Your Customer (KYC) requirements.

Directors are individuals who are members of your company’s governing board. These persons are represented as directors on a Stripe account.

In certain countries, Stripe is required to collect the information of all directors of your company and verify that their information match government records. Accounts that are required to provide this information see the company.directorship_declaration.ip and company.directorship_declaration.date requirements in their requirements field.

すべての取締役をアカウントに追加したら、Accounts API に company.directorship_declaration.ip、company.directorship_declaration.date、およびオプションで company.directorship_declaration.user_agent フィールドを設定して、取締役のリストが最新かつ正しいことを証明します。これらのフィールドはそれぞれ、構成証明時の IP アドレス、時間、使用ブラウザーを表します。

Command Line
cURL
No results
curl https://api.stripe.com/v1/accounts/
{{CONNECTED_ACCOUNT_ID}}
/
\ -u "
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:"
\ -d "company[directorship_declaration][ip]"="67.180.161.149" \ -d "company[directorship_declaration][date]"=1737936000 \ --data-urlencode "company[directorship_declaration][user_agent]"="Mozilla/5.0 (platform; rv:gecko-version) Gecko/gecko-trail Firefox/firefox-version"

If a discrepancy in your list of directors is detected, Stripe might request a new declaration by returning the company.directorship_declaration.ip, company.directorship_declaration.date requirements in the requirements field.

影響

一部のアカウントでは、今後の要件の更新の一環として、新しい取締役の宣言要件が表示される場合があります。

変更点

パラメーター変更するリソースまたは エンドポイント
directorship_declaration追加済み
Account#create.companyAccount#update.companyAccount.company
 + さらに 1 件
Token#create.account.company

アップグレード

  1. Workbench で現在の API バージョンを表示します。
  2. SDK を使用している場合は、この API バージョンに対応する SDK バージョンにアップグレードします。
    • SDK を使用していない場合は、Stripe-Version: 2025-01-27.acacia を含めるように API リクエストを更新してください。
  3. Webhook エンドポイントに使用する API バージョンをアップグレードします。
  4. 新しいバージョンに対して、実装内容をテストします。
  5. Connect を使用する場合は、Connect の実装内容をテストします。
  6. Workbench でアップグレードを実行します。バージョンをロールバックできるのは 72 時間以内です。

Stripe API のアップグレードについて、詳細をご確認ください。

関連する変更

  • Accounts API に所有権免除の理由のサポートを追加しました
  • ドキュメントタイプに最終的な会社代表権の証明書を追加しました
このページはお役に立ちましたか。
はいいいえ
  • お困りのことがございましたら 、サポートにお問い合わせください。
  • 変更ログをご覧ください。
  • ご不明な点がございましたら、お問い合わせください。
  • LLM ですか?llms.txt を読んでください。
  • Powered by Markdoc