Overview
Operapedia organizes company information into 8 tabs covering different operational aspects. This guide focuses on the tabs related to payment methods and other company information.The 8 Information Tabs
Each company has the following tabs:| Tab | Icon | Purpose | Data Type |
|---|---|---|---|
| Credenciales | 🎮 | Game credentials | Array of game objects |
| Depósito | 💰 | Deposit payment methods | Array of payment methods |
| Cashout | 💸 | Withdrawal methods | Array of payment methods |
| Consideraciones | 📋 | Cashout considerations | Plain text |
| Promociones | 🎁 | Active promotions | Array of promotions |
| Términos | 📜 | Terms and conditions | URL or text |
| Canales | 📞 | Support channels | Array of contact methods |
| Notas | 📝 | Internal notes timeline | Array of timestamped notes |
The Credenciales tab is covered in detail in the Game Credentials guide.
Depósito Tab (💰)
Manage deposit payment methods with provider details and transaction limits.Data Structure
Each deposit method includes:- Método: Payment method name (e.g., “PIX”, “Credit Card”, “Bank Transfer”)
- Proveedor: Payment provider/processor
- Monto Mínimo: Minimum deposit amount
- Monto Máximo: Maximum deposit amount
Viewing Deposit Methods (Read Mode)
Methods are displayed as a list or table showing all four fields.Editing Deposit Methods (Edit Mode)
Add or Edit Methods
Adding a new method:
- Click + Agregar método de depósito
- Fill in all four fields
- Save the method
- Click the edit icon on a method row
- Modify fields as needed
- Save changes
- Click the delete icon
- Confirm deletion
Example Deposit Methods
Cashout Tab (💸)
Manage withdrawal/cashout payment methods with the same structure as deposits.Data Structure
Identical to deposit methods:- Método: Withdrawal method name
- Proveedor: Payment processor
- Monto Mínimo: Minimum withdrawal amount
- Monto Máximo: Maximum withdrawal amount
Managing Cashout Methods
The workflow is identical to deposit methods but stored separately atcompanies/{id}/metodosCashout.
- Common Cashout Methods
- Important Notes
- Bank Transfer
- PIX (Brazil)
- E-wallets (PayPal, Skrill, Neteller)
- Cryptocurrency
- Wire Transfer
Consideraciones Tab (📋)
Free-form text field for cashout considerations and special instructions.Use Cases
- Special verification requirements
- Processing time expectations
- Country/region restrictions
- Document requirements for large withdrawals
- Special procedures for specific payment methods
Editing Considerations
Edit in Text Area
In edit mode, the text displays in a
<textarea> for easy editing.In read mode, it displays as formatted text with line breaks preserved.Promociones Tab (🎁)
Manage active promotions, bonuses, and special offers.Data Structure
Each promotion has:- Título: Promotion name/title
- Descripción: Detailed description of the offer
Managing Promotions
Add Promotion
Click + Agregar promoción in edit mode.Fill in:
- Title (e.g., “Welcome Bonus 100%”)
- Description (terms, conditions, expiration)
Example Promotions
Términos Tab (📜)
Store the terms and conditions URL or full text.Data Types
- URL: Link to external terms and conditions page
- Plain Text: Full terms text stored directly
Display Modes
Read Mode:- If URL: Displays as a clickable button that opens in new tab
- If plain text: Displays formatted text
- Input field for URL or textarea for full text
- Save to
companies/{id}/terminosLink
Prefer using URLs to external terms pages to avoid duplicating long text. Only use plain text if the company has no hosted terms page.
Canales Tab (📞)
List of customer support contact channels.Data Structure
Canales can be stored as: Simple strings:Managing Channels
Add Channel
Click + Agregar canal in edit mode.Enter:
- Contact method (email, phone, chat link, etc.)
Notas Tab (📝)
Internal timeline of notes with timestamps.Data Structure
Timeline Display
Notes are displayed in descending chronological order (newest first) with format:Managing Notes
Add Note
In edit mode, use the + Agregar nota form at the top.
- Type note text in textarea
- Click Agregar to save with current timestamp
Edit Existing Note
In edit mode, each note becomes an editable textarea.
- Modify the note text
- Click Guardar to update
Tab Navigation
The tabs use JavaScript-based navigation:operapedia/index.html
Unsaved Changes Warning
When in edit mode, attempting to change tabs triggers a confirmation modal:operapedia/app.js
Best Practices
Payment Method Accuracy
Payment Method Accuracy
- Verify min/max amounts with the provider
- Update limits when providers change terms
- Include currency symbols (R$, USD, etc.)
- Document processing times in Consideraciones
Promotion Management
Promotion Management
- Remove expired promotions promptly
- Include expiration dates in descriptions
- Document wagering requirements clearly
- Link to full terms in Términos tab
Contact Channels
Contact Channels
- Test all contact methods before adding
- Include operating hours if applicable
- Specify language support if multilingual
- Keep emergency contacts at the top
Notes Usage
Notes Usage
- Date significant changes in notes
- Reference who made the change
- Link to related documentation
- Keep notes concise and actionable