# Payments

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

Take a payment, from creating the request to following it to an outcome.

## Operations

- `GET /paymentmethods` - Get Payment Methods
- `GET /regions` - Get Regions
- `POST /payments` - Request Payment
- `GET /payments` - List Payments
- `GET /payments/{id}` - Get Payment Status by Id
- `POST /payments/{id}/cancel` - Cancel Payment Request
- `GET /payments/{id}/transactions` - List Transactions for Payment
- `POST /payments/{id}/transactions` - Request Transaction for Payment
