# Transactions

> A group of operations in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/tags/transactions/

What happened to a payment, looked up after the fact.

## Operations

- `POST /transactions` - Request Transaction
- `GET /transactions` - List Transactions
- `GET /transactions/{id}` - Get Transaction Status by Id
- `POST /transactions/{id}` - Process Transaction Step
- `POST /transactions/{id}/refunds` - Request Refund
- `GET /transactions/{id}/refunds` - Get Refunds
- `GET /transactions/{id}/notifications` - Get Transaction Notifications
- `POST /transactions/{id}/notifications/resend` - Resend Transaction Notifications
