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
  • Transactions
  • Transaction types
  • Transaction statuses
  • Transition status flow

Was this helpful?

  1. API Documentation

Transaction types and statuses

Transactions

Transaction types

Transaction
Description

Deposit

The amount is paid into Citron

Deposit_exchange

The amount is paid into Citron and exchanged

Withdrawal

The amount is paid from Citron

Withdrawal_exchange

The amount is exchanged and paid from Citron

Transaction statuses

Status
Final status
Description

not_confirmed

No

The transaction is still pending.

confirmed

Yes

The transaction is confirmed from Citron side. You are safe to process it on your side.

cancelled

Yes

Please pay attention to this transaction!

The transaction is a double spent or a canceled withdrawal.

Transition status flow

Transaction type
Transition

Successful deposit

not_confirmed -> confirmed

Unsuccessful deposit

not_confirmed -> cancelled

Successful withdrawal

confirmed

Unsuccessful withdrawal

cancelled

PreviousPayment flowsNextAPI Endpoints

Last updated 4 months ago

Was this helpful?