# Transaction

This API resource allows you to manage transactions processed through xMoney. Key functionalities include retrieving lists and details of transactions, capturing funds for authorized payments, and issuing refunds.

## List all transactions

 - [GET /transaction](https://docs.xmoney.com/api/reference/transaction/list-all-transactions.md): Retrieve a list of transactions, optionally filtered by various criteria.

## Retrieve a transaction

 - [GET /transaction/{id}](https://docs.xmoney.com/api/reference/transaction/retrieve-a-transaction.md): Retrieve a specific transaction by its ID.

## Capture a transaction

 - [PUT /transaction/{id}](https://docs.xmoney.com/api/reference/transaction/capture-a-transaction.md): Capture a transaction that has been authorized but not yet captured.

## Refund a transaction

 - [DELETE /transaction/{id}](https://docs.xmoney.com/api/reference/transaction/refund-a-transaction.md): Initiate a refund for a transaction.

