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
  • Overview
  • Step 1 Update API Credentials
  • Step 2 Switch APIs endpoints

Go Live

Self checking before moving to production

Overview

Optty sandbox is an entirely separate environment from your production account. Sandbox provide the environment for development purpose, to run end to end testing with each Payment Method you connected to.

Nothing created in the sandbox (e.g. Payment Method setting, transactions etc) will transfer to production. Your login information, and API keys will also be different.

OAuth:

Sandbox Environment: https://auth.qa.optty.com/token?Query Production environment: https://auth.optty.com/token?Query

Other Services:

Sandbox Environment: https://api.qa.optty.com Production environment: https://api.optty.com

Step 1 Update API Credentials

Switch your sandbox credentials to production credentials. Do not have access to Optty Production credentials yet?

Please reach out to support@optty.com, our customer support will assist your from there.

Step 2 Switch APIs endpoints

  1. OAuth Endpoint

https://auth.qa.optty.com
https://auth.optty.com

2. API end-point

https://api.qa.optty.com
https://api.optty.com
PreviousBest Practice

Last updated 2 years ago