コンテンツにスキップ
アカウントを作成
または
サインイン
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
      ウェブインターフェイスにアクセス
      Configure the app
      Install the app
      インストールのトラブルシューティング
    PrestaShop
    Salesforce
    SAP
    Shopware 6
    Stripe Tax for BigCommerce
    Stripe Tax for WooCommerce
    Partner apps
    Build your own app
パートナー
Partner Ecosystem
パートナー認定
ホーム開発者向けリソースUse apps from StripeOracle Opera

注

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

コネクターを設定

Stripe Connector for Oracle Opera の設定方法をご紹介します。

After you install the Stripe app for Oracle Opera, you can configure the settings to use the app with your Stripe Terminal integration.

Configure the app parameters

Use Windows File Explorer to navigate to the installation path. Then, edit the appsettings.json file to configure the following app parameters. “Stanza” is the Oracle term for parameter categories.

スタンザ説明
AllowedHostsこのアプリ内のサービスをリッスンできる IP アドレスのリスト。
Listen
  • Host: ウェブインターフェイスにアクセスするために使用される IP アドレス。
  • Port: ウェブインターフェイスにアクセスするために使用されるポート。
  • ServerCertificatePath: サイトに安全にアクセスするために使用される証明書のパス。デフォルトの証明書は、IP アドレス 127.0.01 の自己署名証明書です。
  • ServerCertificatePassword: 証明書ファイルへのアクセスに使用されるパスワード。
Transactional
  • Host: The IP address used by the app to access the middleware.
  • Port: The port used by the app to access the web interface.
  • ServerCertificatePath: サイトに安全にアクセスするために使用される証明書のパス。デフォルトの証明書は、IP アドレス 127.0.01 の自己署名証明書です。
  • ServerCertificatePassword: 証明書ファイルへのアクセスに使用されるパスワード。
トークンこれらの設定は、オンプレミスで行われる Opera のインストールに適用されます。
  • Host: ウェブインターフェイスにアクセスするために使用される IP アドレス。
  • Port: ウェブインターフェイスにアクセスするために使用されるポート。
  • ServerCertificatePath: サイトに安全にアクセスするために使用される証明書のパス。デフォルトの証明書は、IP アドレス 127.0.01 の自己署名証明書です。
  • ClientCertiticateAuth: true または false の値。false の値は、TPS で ClientCertificateAuth が有効になっていないことを示します。
  • ClientCertificatePath: サイトに安全にアクセスするために使用される証明書のパス。デフォルトの証明書は、IP アドレス 127.0.01 の自己署名証明書です。
  • ClientCertificatePassword: 証明書ファイルへのアクセスに使用されるパスワード。
  • ServerCertificatePath: クライアント証明書に署名するために使用される署名証明書のパス。
  • ServerCertificatePassword: 証明書ファイルへのアクセスに使用されるパスワード。
Serilogこれらの設定はログレベルに適用されます。
  • Default: デフォルトのログレベルは Debug です。この設定は、Info、Warning、Debug、または Critical に変更できます。
  • Override: モジュール固有のログ記録のデフォルトのログレベル (Microsoft、Microsoft.Hosting.Lifetime、または System.Net.Http.HttpClient) を上書きします。
Usingミドルウェアで使用されるこれらのシステムモジュールの値は変更しないでください。

サンプルファイルを確認する

appsettings.json ファイルが次のサンプルのようになっていることを確認します。

{ "AllowedHosts": "*", "Listen": { "Dashboard": { "Host": "127.0.0.1", "Port": "8081", "ServerCertificatePath": "certificate.pfx", "ServerCertificatePassword": "1234" }, "Transactional": { "Host": "127.0.0.1", "Port": "8999", "ServerCertificatePath": "certificate.pfx", "ServerCertificatePassword": "1234" }, "Token": { "Host": "127.0.0.1", "Port": "8990", "ClientCertificateAuth": false, "ClientCertificatePath": "../data/sslcerts/cert.pfx", "ClientCertificatePassword": "1111", "ServerCertificatePath": "certificate.pfx", "ServerCertificatePassword": "1234" } }, "Serilog": { "MinimumLevel": { "Default": "Debug", "Override": { "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information", "System.Net.Http.HttpClient": "Warning" } }, "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ] } }

Windows サービスを再起動する

appsettings.json ファイルを編集した後、以下の手順を使用して Windows サービスを再起動します。

  1. キーボードの Windows キーを押します。
  2. services と入力して、サービスアプリを開きます。
  3. Select Services in the left pane, and then navigate to Stripe OPI App Service in the right pane.
  4. Click Restart to restart the service and allow you to access the web interface.

参照情報

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