# Payment-TransactionType

Controls when the funds will be captured.

**string**Payment-TransactionType

Controls when the funds will be captured.

| Enum Value | Description                                                                  |
| ---------- | ---------------------------------------------------------------------------- |
| SALE       | Automatically captures funds when the customer authorizes the payment        |
| AUTH       | Places a hold on funds without immediate capture, allowing for later capture |
| PAYOUT     | Sends funds to the customer                                                  |
| VERIF      | Verifies the payment method without placing a hold or capturing funds        |

**Possible values:** \[`SALE`, `AUTH`, `PAYOUT`, `VERIF`]

**Default value:<!-- -->&#x20;**`SALE`

**Example:<!-- -->&#x20;**`SALE`

Payment-TransactionType

```
"SALE"
```
