Transaction Status Documentation

Overview

In our system, charges progress through different states to reflect their current state in the processing lifecycle. Understanding charge states is important for effectively managing and monitoring the flow of financial activities within the system.

Charge Statuses

Authorized:

Description: Intial charge state. The charge has been initiated but has not been settled/refunded/voided yet. To initialize a new charge, call Create a new Charge api.

Possible Actions:
Settlement, Void

Settled:

Description: The charge is fully settled. No more additional settlement can be executed.
Possible Actions:
Refund

Refunded:

Description: The settled charge is fully refunded.
Possible Actions:
N/A

Voided:

Description: Authorized charge amount is fully released. The charge is not applicable for any further processing.
Possible Actions:
N/A

PartiallySettled:

Description: A charge is settled partially. It is applicable for further settle operations.
Possible Actions:
Refund, Settlement, Void

PartiallySettledPartiallyRefunded:

Description: First the charge was partially settled, then a part of the amount was refunded.
Possible Actions:
Refund, Settlement, Void

SettledPartiallyRefunded:

Description: First the charge was fully settled, then part of the amount is refunded.
Possible Actions:
Refund

PartiallySettledRefunded :

Description: First, the charge was partially settled, then the full settled amount was refunded.
Possible Actions:
Settlement, Void