Citron
Home
  • 🍋General Description
  • Integration Guide
    • How to integrate with us?
    • Deposits
    • Withdrawals
    • Exchanges
    • Callbacks
    • What is Crypto payment form?
  • API Documentation
    • Authorization
    • Environments
    • Payment flows
    • Transaction types and statuses
    • API Endpoints
    • Callback Examples
  • How to use Citron
    • Balances
    • Transactions
    • Reports
    • Addresses and Bank Accounts
    • Fees
    • Profile
  • Confirmations and limits
  • FAQ
Powered by GitBook
On this page
  • Production environment
  • Test environment

Was this helpful?

  1. API Documentation

Environments

Citron's API environments are split to ensure both security and functionality. The production environment is for live use, where real transactions and operations occur. It's crucial for the running of actual applications. The test environment, on the other hand, is designed for development purposes, allowing developers to test features without affecting live data. Both are essential in the lifecycle of an application, from development to deployment​

Production environment

API endpoint for all requests in the production environment is:

https://app.citrn.io/api

The production environment is designed for real-world application use, where live data and actual operations occur. It's the platform where fully developed and tested applications interact with Citron's services in a live setting.

Test environment

The test environment is also available, please use the following:

https://test.citrn.io/api

Conversely, the test environment serves as a sandbox for developers, providing a safe space to develop, test, and experiment with Citron's API without impacting real data or operations. This environment helps ensure that applications are robust and bug-free before they are deployed to the production environment.

PreviousAuthorizationNextPayment flows

Last updated 4 months ago

Was this helpful?