コンテンツにスキップ
アカウントを作成
または
サインイン
Stripe ドキュメントのロゴ
/
AI に質問する
アカウントを作成
サインイン
始める
支払い
売上
プラットフォームおよびマーケットプレイス
資金管理
開発者向けリソース
概要
バージョン管理
変更ログ
API バージョンのアップグレード
SDK バージョンをアップグレードする
Essentials
SDK
API
テスト
Stripe CLI
ツール
ワークベンチ
開発者ダッシュボード
Stripe Shell
Visual Studio Code をご利用の場合
機能
ワークフロー
イベントの送信先
Stripe 健全性アラートファイルのアップロード
AI ソリューション
エージェントツールキット
セキュリティとプライバシー
セキュリティ
プライバシー
Stripe を拡張する
Build Stripe apps
Use apps from Stripe
    概要
    Stripe-built apps
    Adobe Commerce
    Cegid
    Commercetools
    Mirakl
    NetSuite
    Oracle Opera
    PrestaShop
    Salesforce
      Salesforce B2C Commerce
      Stripe for Salesforce Platform アプリ
      Salesforce Billing Extension
      Stripe Billing for Salesforce CPQ
        取引先と連絡先
        クーポン
        エラー処理
        エバーグリーン注文
        フィールドのデフォルトとカスタムマッピング
        MDQ 商品
        注文の修正
        商品と価格
        Set up the app
        サブスクリプションの注文
    SAP
    Shopware 6
    Stripe Tax for BigCommerce
    Stripe Tax for WooCommerce
    Partner apps
    Build your own app
パートナー
Partner Ecosystem
パートナー認定
ホーム開発者向けリソースUse apps from StripeSalesforceStripe Billing for Salesforce CPQ

注

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

Stripe Billing Connector for Salesforce CPQ を設定する

コネクターを設定して使用します。

The Stripe Billing app for Salesforce CPQ syncs your products, prices, accounts, and orders from Salesforce to Stripe Billing. After you set up the app and create data mappings, the service syncs this information from Salesforce and completes the collection and provisioning workflows in Stripe Billing.

Install the app

The app is a managed package that you install from the Salesforce AppExchange onto your Salesforce account.

During the installation process, choose Install for Admins Only. Follow the on-screen prompts and approve third-party access. In Salesforce, search for “Stripe Billing app” to continue the setup process.

In the Stripe Billing app, follow the on-screen steps to:

  1. Salesforce 環境と Stripe のアカウント間のアクセスを許可します。
  2. Salesforce と Stripe 間のデータマッピング方法を定義します。
  3. 同期の設定を構成する。

Salesforce と Stripe 間のデータマッピング方法を定義する

データマッピングの定義のステップを応用して、Salesforce オブジェクトのフィールドを Stripe オブジェクトの対応するフィールドにマッピングします。たとえば、価格表エントリーが従量制かライセンス制かを格納するカスタムフィールドの場合、そのフィールドを Stripe Price オブジェクトの recurring.usage_type にマッピングするように指定します。

The app automatically maps the following Salesforce objects to the corresponding Stripe objects:

Salesforce オブジェクトStripe オブジェクト
Product2Product (商品)
Price book entryPrice (価格)
AccountCustomer (顧客)
注文Subscription Schedule (サブスクリプションスケジュール) と Subscription (サブスクリプション)
Order productサブスクリプションアイテム

You can also map information within Salesforce objects or to metadata fields within corresponding Stripe objects by defining field defaults and custom mappings.

同期の設定を構成する

同期の設定の構成ステップを使用して以下を指定します。

  • 同期レコードの保存: Salesforce で保存する同期レコードの数。
  • Start date: After you enable live syncing, the app begins to sync data for activated orders to Stripe on or after this date. You can specify a date in the past.
  • Sync filters: Adds filters to determine when to sync Salesforce orders, accounts, products, and pricebook entries. By default, the app syncs orders when Status = Activated, but you can customize this behavior for your workflows.

設定が完了して、システムで本番環境の同期を有効にすると、有効化された新しい注文では自動的に以下が行われます。

  • Stripe で、注文に対応するアカウントの Customer オブジェクトを作成または更新します。Stripe の顧客の id は、Salesforce のアカウントで Stripe ID というカスタムフィールドとして使用できるようになります。
  • 注文に含まれている商品ごとに、Stripe で商品と価格を作成または更新します。
  • 有効化された注文のサブスクリプションスケジュールを Stripe で作成します。
  • Salesforce で Sync Record カスタムオブジェクトを作成して、同期の状況と発生したエラーを示します。

同期の制約事項

  • 返金: Salesforce オブジェクトの Stripe ダッシュボードのリンクを使用して、Stripe で返金を発行できます。
  • 決済およびサブスクリプションのステータス: Stripe ダッシュボードのリンクを使用して、注文のサブスクリプションステータス、支払い情報、および関連する請求書を表示できます。
  • 税金: 税金情報は Salesforce と Stripe 間で同期されません。請求書で税金を徴収するには、Stripe Tax で税金を自動計算してサブスクリプションか、注文の Stripe 請求書に適用します。

本番環境の同期を有効にする

インストール後のフローの最後のステップでは、すぐにまたは後で、本番環境の同期の有効化を選択できます。本番環境の同期により、システムでは Salesforce の有効注文を Stripe にリアルタイムでプルできるようになります。注文の本番環境の同期は、いつでも、アプリケーションの Sync Preferences (同期の設定) タブで有効または無効にすることができます。

本番環境の同期が無効になっていても、個々の注文を手動で同期してシステムをテストすることができます。

オプションカスタムワークフローを実装する

オプションページレイアウトにカスタムフィールドを追加する

オプション権限を管理する

参照情報

  • Field defaults and custom mappings
  • Accounts and contacts
  • Products and prices
このページはお役に立ちましたか。
はいいいえ
お困りのことがございましたら 、サポートにお問い合わせください。
早期アクセスプログラムにご参加ください。
変更ログをご覧ください。
ご不明な点がございましたら、お問い合わせください。
LLM ですか?llms.txt を読んでください。
Powered by Markdoc