> For the complete documentation index, see [llms.txt](https://simpaypl.gitbook.io/simpay-laravel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simpaypl.gitbook.io/simpay-laravel/payments/responses/transactioninforesponse.md).

# TransactionInfoResponse

Class is located at:

```php
\SimPay\Laravel\Responses\Payment\TransactionInfoResponse
```

Public parameters:

* `id` transaction identifier (UUID provided during transaction generation)
* `status` [TransactionStatus](/simpay-laravel/payments/enums/transactionstatus.md)
* `amount`  [AmountResponse](/simpay-laravel/payments/responses/amountresponse.md)
* &#x20;`channel` string or null
* `control` string or null
* `description` string or null
* `redirects` [RedirectsResponse](/simpay-laravel/payments/responses/redirectsresponse.md) or null
* `customer` [CustomerResponse](/simpay-laravel/payments/responses/customerresponse.md)or null
* `billing` [CustomerFullDataResponse](/simpay-laravel/payments/responses/customerfulldataresponse.md) or null
* `shipping` [CustomerFullDataResponse](/simpay-laravel/payments/responses/customerfulldataresponse.md)or null
* `cart` array of [CartItemResponse](/simpay-laravel/payments/responses/cartitemresponse.md)
* `additional` array or null
* `paidAt` Carbon instance or null
* `expiresAt` Carbon instance or null
* `createdAt` Carbon instance
* `updatedAt` Carbon instance
* `payerTransactionId` transaction identifier shown to payer (8 characters)
