Purchase transactions in issuing usually follow these stages:
Authorization -> Reversal / Posted -> Refund
The transaction lifecycle describes how a purchase transaction moves from authorization checks and fund hold to accounting confirmation and later adjustments. Different stages correspond to different transaction statuses and fund processing results.
After the cardholder initiates a payment, the transaction usually enters the authorization stage first. This stage determines whether the transaction meets the basic conditions for continued processing.
During authorization, the system usually checks:
Typical authorization-related statuses include:
| Status | Meaning |
|---|---|
AUTHORIZED | Authorized |
AUTH_FAILED | Authorization failed |
In this stage:
AUTHORIZED means the transaction conditions are initially met and the funds are usually held firstAUTH_FAILED means authorization did not pass and the transaction does not continueCard verification is a special type of authorization check. It is usually used to confirm whether a card is available, but it does not mean an actual purchase has occurred.
The authorization stage usually does not represent the final debit. It verifies transaction availability and places a hold on the corresponding amount after authorization succeeds.
In some scenarios, the authorization amount and final posted amount may differ. For example:
A reversal usually occurs after authorization and before posting. It is usually an alternative outcome to posting.
If a transaction does not continue after authorization, the issuing system or merchant side can initiate a reversal to release the previously held amount back to the available balance. The purpose of a reversal is not to create a new purchase, but to cancel the amount that was held and not yet posted.
Reversal-related statuses include:
| Status | Meaning |
|---|---|
REVERSED | Reversed |
This status usually means:
Common reversal triggers include:
Posted is the stage in which the transaction creates the actual accounting result.
Authorization only holds funds first. After the transaction is posted, the purchase becomes final. Posted transactions and authorizations do not always map one-to-one. Many businesses may have split posted records, partial posted records, or final posted amounts that differ from the authorized amount.
Posted-related statuses include:
| Status | Meaning |
|---|---|
POSTED | Posted |
POSTED_FAILED | Posted failed |
In this stage:
POSTED means the transaction has been postedPOSTED_FAILED means the transaction was not posted successfully, and the previously held amount is usually released according to rulesA refund is a reverse adjustment to the original transaction that returns the original purchase amount through the corresponding accounting path.
Refund-related statuses include:
| Status | Meaning |
|---|---|
REFUNDED | Refund succeeded |
REFUND_FAILED | Refund failed |
After a refund succeeds, the funds corresponding to the original purchase return to the card or account side. A refund does not mean the original transaction never happened. It means the original transaction was later partially or fully reversed.