Developer Docs
  • 👋Get Started
  • Add Payment Methods in Optty
  • Custom API | Headless
    • 🖥️Direct API Integration
      • Environments
      • Order Flow
      • 1️⃣Create Access Token
      • 2️⃣Get APM Options
      • 3️⃣Create Order
      • 4️⃣Handle Payment Response
      • 5️⃣Refund Order
      • 🔥Handling Exceptions
  • Platforms
    • ◾BigCommerce
      • 🚀Activate Optty
      • ⚡Add Optty Widgets
        • 1️⃣Install the App
        • 2️⃣Create Widget Token
        • 3️⃣Edit Your Template
        • 4️⃣Widget Configuration
      • 💳Refunds
    • Magento 2
      • Install Optty Module
      • Configure the Optty Extension
      • One Step Checkout
    • Salesforce Commerce Cloud
      • Component Overview
      • Implementation Guide
      • Operation and Management
      • User Guide
    • 🟪WooCommerce
      • 🚀Install Optty
      • ⚡Setup Widgets
      • 💳Refunds
  • Widget
    • Widget Setup and Integration
    • Create Order Widget Integration
    • Handle Order Payment Widget Integration
  • API References
    • Create Order
      • Create Order Response
    • Refund Order
    • Void Order
    • Capture Order
    • Transaction Details
    • Create Customer Session
    • Best Practice
  • Go Live
  • Universal Payment Platform
    • Support Articles
Powered by GitBook
On this page
  • 3. Operation, Maintenance
  • 3.1 Data Storage
  • 3.2 Logs
  • 3.3 Availability
  • Support
  1. Platforms
  2. Salesforce Commerce Cloud

Operation and Management

3. Operation, Maintenance

3.1 Data Storage

This integration requires System Object Extension to store payment related information.

  • Order Custom attributes

  1. isOpttyOrder (Boolean) – True if the order placed by Optty.

  2. opttyPaidAmount (Number) – Store paid amount.

  3. opttyProviderName (String) – Store the provider’s name.

  4. opttyProviderReference (String) – Store the provider’s reference number received from Optty.

  5. opttyRefundHistory (Text) – Store refund transaction details.

  6. opttyTransactionStatus (String) – Store the transaction status received from Optty.

  7. opttyOrderStatus (String) – Store the custom order status.

3.2 Logs

This integration introduces few new custom logs.

1. Optty custom log

This log file contains all errors related information of the int_optty_controllers, int_optty_core and bm_optty cartridges. Example log file:

custom-optty-ecom-sandbox-<SANDBOX>-appserver-<DATETIME>.log

2. Optty service log

This log contains every request and response to the Optty API endpoint.

To enable these logs, go to Administration > Operations > Services > optty.http.auth/ optty.http.generic and check the Communication Log Enabled preference. Examples of service communication log –

service-optty-ecom-sandbox-<SANDBOX>-appserver-<DATETIME>.log

3.3 Availability

If the Optty service is unavailable, user cannot see the live widget in storefront and unable to checkout using ‘Optty’ payment method.

The service availability can be tracked in Business Manager (Administration > Operations > Service Status).

Support

Email: support@optty.com

PreviousImplementation GuideNextUser Guide

Last updated 2 years ago