Access the app web interface
Learn how to access the web interface for the Stripe App for Oracle Simphony.
After you finish configuring the app, you can access the web interface by doing the following:
- Go to https://127.0.0.1:8443/dashboard
- In the dashboard, enter your admin username and password.
- Click Sign In.
Manage web interface users 
When you first log in to the dashboard, you use the default admin user and password. The admin user can change the merchant secret key and create other super admin users, so controlling access to this account is necessary to ensure a secure operating environment.
Change the password for the default admin user
We recommend changing the password for the default admin user and storing it in a secure password vault.
To do so, navigate to Account > My Account. Enter a new password and your current password, and click Save.
Your new password must meet the following requirements:
- Include at least one numeric character (
0
to9
). - Be a minimum of six characters in length.
- Contain at least one lowercase letter.
- Contain at least one uppercase letter.
- Contain at least one non-alphanumeric character (
!@#$%^&*()[]{}<>:;.
).,~_ -+=|\?/"'
Create a super admin user
A super admin user has permission to set merchant private keys and related private read-only information. This user can also configure all user accounts, including merchants and devices.
- In the dashboard, click Settings > User Management.
- On the User Management page, click Add New.
- On the Add new user page, do the following:
- Provide the relevant details.
- Select all permissions for a super admin user.
- Click Save.
Create a configuration user
A configuration user has permission to add users (except super admins), readers, and workstations, and perform all other non-super admin actions.
- In the dashboard, click Settings > User Management.
- On the User Management page, click Add New.
- On the Add new user page, do the following:
- Provide the relevant details.
- For Permissions, deselect Merchant Management and User Management.
- Click Save.
Notiz
Don’t select the following permissions: Merchant Management and User Management. The secret key gets automatically added for the merchant, and the configuration user can create super admin users.
Manage logged-in users
Users can manage their account settings or sign out of their account dashboard, click Account and select either My Account or Sign Out.
Transactions 
The Transactions tab shows a list of transactions with metadata for each transaction where you can search the transaction list. You can sort the Sequence No. column by clicking the column header.
Column Name | Description |
---|---|
# | Transaction number |
Sequence | Indicator of the order of webhook events |
Payment Intent ID | A unique identifier used by Stripe to represent the payment intent. This ID allows developers and businesses to track and manage the payment process throughout its lifecycle, including confirmation, cancellation, and refunds. |
Charge ID | The unique identifier for a successful payment transaction made using a payment method |
Trans Type | The type of transaction |
Trans Date | The date of the transaction |
Actions | Click to view additional details about the transaction |
Manage Terminal readers 
The Reader Management page displays a list of reader devices with the following columns:
#
- Name
- Merchant
- Reader ID
- Workstation ID
- Serial No
- Created By
- Actions
Add readers to the app
- On the Reader Management page, click Add New.
- On the Add new reader page, provide the following details, and click Save.
Field | Description | Source |
---|---|---|
# | Merchant number | Middleware generated |
Name | The name of the reader | Stripe |
Merchant | Merchant Name | Merchant |
Reader ID | The ID of the Stripe reader | Stripe |
Workstation ID | The ID of the Oracle workstation | Oracle |
Serial No | The serial number of the Stripe reader | Stripe |
Created by | User who created the Merchant id | |
Actions | Click to view additional details about the reader and update or delete a merchant |
Update or delete a reader
- On the Reader Management page, locate the reader you want to update or delete.
- Under Actions, select Edit or Delete.
Manage merchants 
The Merchant Management page displays a list of merchants with the following columns:
#
- Name
- Merchant ID
- OPI Site ID
- Created By
- Actions
Add merchants to the app
- On the Merchant Management page, click Add New.
- On the Add new merchant page, provide the following details, and click Save.
Field | Description | Source |
---|---|---|
# | Merchant number | Middleware generated |
Name | The name of the merchant | |
Merchant ID | The Stripe account ID in the format acct_ | Stripe |
OPI Site ID | The Oracle site ID | Oracle |
Created by | User who created the Merchant id | |
Actions | Click to view additional details about the merchant and update or delete a merchant |
Update or delete a merchant
- On the Merchant Management page, locate the merchant you want to update or delete.
- Under Actions, select Edit or Delete.