> ## Documentation Index
> Fetch the complete documentation index at: https://docs.treasuryprime.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

Card event objects represent messages and notifications related to debit cards.

### Message Types

#### Authorization and Capture Events

| Type                                | Description                                                                                                                            |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| account-verification-request        | Auth request to verify an account; authorizes an account without putting a hold on funds.                                              |
| auth-capture                        | Notification that a previous authorization has been captured (related holds are released and funds moved as a result of this request). |
| auth-clear-adjustment               | Adjust a previous `auth-clear-request` (will always be a credit).                                                                      |
| auth-clear-request                  | Request to authorize and capture funds in one message (funds are moved immediately).                                                   |
| auth-clear-reversal                 | Reverse a previous `auth-clear-request`.                                                                                               |
| auth-plus-capture-standin           | Request to authorize and capture funds in one message during stand in processing (funds are moved immediately).                        |
| auth-request                        | Request to authorize spending with card (if approved, this places a hold on funds).                                                    |
| auth-reversal                       | Notification that a previous authorization has been reversed (holds are released).                                                     |
| auth-standin                        | Notification that the network has given stand in authorization for spending with card.                                                 |
| balance-inquiry-request             | Request for account balance.                                                                                                           |
| force-capture                       | Notification of forced capture of funds by a merchant.                                                                                 |
| incremental-auth-request            | Request to increase amount of a previous auth request by value supplied in `amount`.                                                   |
| original-credit-auth-request        | Request to authorize an Original Credit Transaction (OCT) to a card.                                                                   |
| original-credit-auth-capture        | Notification that a previous OCT authorization has been captured.                                                                      |
| original-credit-auth-clear-request  | Request to authorize and capture an Original Credit Transaction (OCT) in one message (funds are moved immediately).                    |
| original-credit-auth-clear-reversal | Reverse a previous `original-credit-auth-clear-request`.                                                                               |
| original-credit-auth-reversal       | Notification that a previous OCT authorization has been reversed.                                                                      |
| pindebit                            | Request for PIN debit transaction (funds are moved immediately).                                                                       |
| pindebit-atm-withdrawal             | Request for ATM withdrawal (funds are moved immediately).                                                                              |
| pindebit-auth                       | Request for PIN debit transaction at a self-service gas pump.                                                                          |
| pindebit-cashback                   | Request for PIN debit transaction with cashback (funds are moved immediately).                                                         |
| pindebit-refund                     | Notification of PIN debit refund (funds are moved immediately).                                                                        |
| refund                              | Notification of a merchant refund.                                                                                                     |
| refund-auth-request                 | Request for authorization to refund to an account.                                                                                     |
| refund-auth-reversal                | Notification of reversal of a previous `refund-auth-request`.                                                                          |
| refund-reversal                     | Reverse a previous `refund`.                                                                                                           |
| token-activation-request            | Request to activate digital wallet token.                                                                                              |

#### Chargeback Events

| Type                                       | Description                                                                                                                |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| auth-capture-chargeback                    | Notification that a chargeback related to an `auth-capture` event has been received by the network and is being processed. |
| auth-capture-chargeback-representment      | Notification that a chargeback related to an `auth-capture` event has been moved to representment.                         |
| auth-capture-chargeback-provisional-credit | Notification that a chargeback related to an `auth-capture` event has received a provisional credit.                       |
| auth-capture-chargeback-provisional-debit  | Notification that a chargeback related to an `auth-capture` event has received a provisional debit.                        |
| auth-capture-chargeback-completed          | Notification that a chargeback related to an `auth-capture` event has been resolved.                                       |
| auth-capture-chargeback-reversal           | Notification that a chargeback related to an `auth-capture` event has been reversed.                                       |
| pindebit-chargeback                        | Notification that a chargeback related to a PIN-Debit transaction has been received by the network and is being processed. |
| pindebit-chargeback-representment          | Notification that a chargeback related to a PIN-Debit transaction has been moved to representment.                         |
| pindebit-chargeback-provisional-credit     | Notification that a chargeback related to a PIN-Debit transaction has received a provisional credit.                       |
| pindebit-chargeback-provisional-debit      | Notification that a chargeback related to a PIN-Debit transaction has received a provisional debit.                        |
| pindebit-chargeback-completed              | Notification that a chargeback related to a PIN-Debit transaction has been resolved.                                       |
| pindebit-chargeback-reversal               | Notification that a chargeback related to a PIN-Debit transaction has been reversed.                                       |
