Weiter zum Inhalt
Konto erstellen
oder
anmelden
Das Logo der Stripe-Dokumentation
/
KI fragen
Konto erstellen
Anmelden
Jetzt starten
Zahlungen
Umsatz
Plattformen und Marktplätze
Geldmanagement
Entwicklerressourcen
Übersicht
Versionierung
Änderungsprotokoll
Aktualisieren Sie Ihre API-Version
Ihre SDK-Version aktualisieren
Essentials
SDKs
API
Tests
Stripe-CLI
Tools
Workbench
Entwickler-Dashboard
Stripe Shell
Stripe für Visual Studio Code
Funktionen
Arbeitsabläufe
Ereignisziele
Stripe-StatuswarnungenHochgeladene Dateien
KI-Lösungen
Agent-Toolkit
Sicherheit und Datenschutz
Sicherheit
Datenschutz
Extend Stripe
Build Stripe apps
Use apps from Stripe
    Übersicht
    Stripe-built apps
    Adobe Commerce
    Cegid
    Commercetools
    Mirakl
    NetSuite
    Oracle Opera
      Zugriff auf die Webschnittstelle
      Configure the app
      Install the app
      Fehlerbehebung bei Ihrer Installation
    PrestaShop
    Salesforce
    SAP
    Shopware 6
    Stripe Tax for BigCommerce
    Stripe Tax für WooCommerce
    Partner apps
    Build your own app
Partner
Partner-Ecosystem
Partner-Zertifizierung
StartseiteEntwicklerressourcenUse apps from StripeOracle Opera

Notiz

Bis jetzt ist diese Seite noch nicht in dieser Sprache verfügbar. Wir arbeiten aber verstärkt daran, unsere Dokumentation in weiteren Sprachen bereitzustellen, und werden die Übersetzung sofort anzeigen, sobald diese verfügbar ist.

Configure the app

Configure the app 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.

StanzaDescription
AllowedHostsThe list of IP addresses allowed to listen for the services in this app.
Listen
  • Host: The IP address used to access the web interface.
  • Port: The port used to access the web interface.
  • ServerCertificatePath: The path to the certificate used to access the site securely. The default certificate is a self-signed certificate for the IP address 127.0.01.
  • ServerCertificatePassword: The password used to access the certificate file.
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: The path to the certificate used to access the site securely. The default certificate is a self-signed certificate for the IP address 127.0.01.
  • ServerCertificatePassword: The password used to access the certificate file.
TokenThese settings apply to Opera installations that occur on-premises.
  • Host: The IP address used to access the web interface.
  • Port: The port used to access the web interface.
  • ServerCertificatePath: The path to the certificate used to access the site securely. The default certificate is a self-signed certificate for the IP address 127.0.01.
  • ClientCertiticateAuth: A value of true or false, with a false value signifying that ClientCertificateAuth isn’t enabled on TPS.
  • ClientCertificatePath: The path to the certificate used to access the site securely. The default certificate is a self-signed certificate for the IP address 127.0.01.
  • ClientCertificatePassword: The password used to access the certificate file.
  • ServerCertificatePath: The path to the signing certificate used to sign the client certificate.
  • ServerCertificatePassword: The password used to access the certificate file.
SerilogThese settings apply to the log level.
  • Default: The default log level is Debug. You can change this setting to Info, Warning, Debug, or Critical.
  • Override: Override the default log level for module-specific logging: Microsoft, Microsoft.Hosting.Lifetime, or System.Net.Http.HttpClient.
UsingDon’t change the values for these system modules that the middleware uses.

Verify the sample file

Verify that your appsettings.json file looks similar to the following sample:

{ "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" ] } }

Restart the Windows service

After you edit the appsettings.json file, restart the Windows service by doing the following:

  1. Press the Windows key on your keyboard.
  2. Type services to open the Services app.
  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.

Siehe auch

  • Access the web interface
  • Troubleshoot your installation
War diese Seite hilfreich?
JaNein
Benötigen Sie Hilfe? Kontaktieren Sie den Kundensupport.
Nehmen Sie an unserem Programm für frühzeitigen Zugriff teil.
Schauen Sie sich unser Änderungsprotokoll an.
Fragen? Sales-Team kontaktieren.
LLM? Lesen Sie llms.txt.
Unterstützt von Markdoc