コンテンツにスキップ
アカウントを作成
または
サインイン
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

注

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

エバーグリーンのサブスクリプションの注文

Salesforce と Stripe 間でエバーグリーンのサブスクリプションの注文を同期する方法をご紹介します。

The Stripe Billing app for Salesforce CPQ supports syncing your evergreen orders to Stripe subscriptions. Evergreen orders are subscriptions in Salesforce that have no end date, as opposed to renewable orders, which are recurring subscriptions that have a set end date.

The app examines SBQQ_SubscriptionType__c to determine if an order is Renewable or Evergreen. A Salesforce order with an Evergreen subscription type syncs into a Stripe subscription, regardless of the value for SBQQ_ProductSubscriptionType__c, which could be Renewable, or Renewable and Evergreen.

要件

Stripe サブスクリプションの collection_method フィールドを send_invoice に設定し、days_until_due の値を指定します。データマッパーでこれらのフィールドにマッピングできます。

Salesforce のエバーグリーン注文の SBQQ_DefaultSubscriptionTerm__c を 1 に設定します。請求書で予期しない動作が発生しないようにするため、エバーグリーン注文のデフォルトのサブスクリプション期間が 1 であることを確認してください。

エバーグリーン注文をキャンセルする

Salesforce でエバーグリーン注文をキャンセルするには、数量を「0」にして注文を修正し、開始日をキャンセル日に設定します。

Stripe のサブスクリプションを直ちにキャンセルするには、修正開始日を現在の日付に設定します。Stripe のサブスクリプションを特定の日にキャンセルするには、修正開始日を将来の日付に設定します。

請求期間中にサブスクリプションをキャンセルすると、そのサブスクリプションは直ちにキャンセルされます。顧客は請求期間の残りの期間についてのクレジットや返金は受けられません。

制限事項

The app doesn’t sync Salesforce orders that contain both evergreen and non-evergreen products.

The app only supports canceling Salesforce evergreen orders with one product. Attempting to cancel a subset of the products in an evergreen order cancels the entire Stripe subscription. We recommend creating separate Salesforce evergreen orders for each product, if you want the ability to cancel orders in Stripe.

You must set the collection_method on a Stripe subscription to send_invoice. The default value is charge_automatically, but the app doesn’t support collecting customer payment methods, which is necessary to charge automatically.

参照情報

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