Authorizations
When a card is used to make a purchase, an authorization request is created, which can be approved or declined. The process to authorize transactions takes into consideration a lot of factors, some are:- The card balance has enough funds to cover the transaction amount
- The card is active, with enough spending limits
- Risk/AML screening
- Anti-fraud analysis, and so on.
- Partial authorizations: used to increase the amount authorized.
- Incremental authorizations: hotels can send more authorizations to cover for fees after checking out.
- Partial reversals: used to reduce the amount authorized.
Transactions
An authorization is captured and becomes a transaction usually under 24h. But as with everything in the card universe, this has edge cases. Car rentals, hotels, and some other businesses (defined by MCC) can capture up to a month after the authorization event. Again, more edge cases to handle:- Refunds: unlike what you’d expect, this is not directly related to an authorization.
- Partial capture: a capture happens with an amount lower than the authorized amount.
- Over capture: some MCCs can over capture, meaning they can capture a value higher than the authorized amount.
- Multi capture: basically multiple partial captures on a single authorization, limited to some MCCs as well.
- Force capture: sometimes you receive a capture on a rejected authorization (yes, really), for example, some POS terminals on planes are not connected to the internet and when the plane lands it sends the transactions that happened mid-flight.