# paytech Documentation > Documentation for paytech ## API Reference - [/api/v1/payments](https://paytech.readme.io/reference/getpayments.md): Get a list of payments sorted by creation date (most recent first) - [/api/v1/payments](https://paytech.readme.io/reference/createpayment.md): Payment request, used for DEPOSITS, WITHDRAWALS and REFUNDS - [/api/v1/payments/{id}](https://paytech.readme.io/reference/getpayment.md): Find Payment by Id - [/api/v1/payments/{id}/operations](https://paytech.readme.io/reference/getoperations.md): Get a list of operations performed during payment processing sorted by time (most recent first) - [/api/v1/payments/{id}/capture](https://paytech.readme.io/reference/capturepayment.md): Capture a Pre-Authorized payment fully or partially. Only a payment in AUTHORIZED state can be captured. - [/api/v1/payments/{id}/void](https://paytech.readme.io/reference/voidpayment.md): Void a Pre-Authorized payment. Only a payment in AUTHORIZED state can be voided. The payment will be transferred to CANCELLED state and will no longer be available for capturing. - [Webhooks](https://paytech.readme.io/reference/webhooks.md) - [Error Codes](https://paytech.readme.io/reference/error-codes.md) - [Test Cards](https://paytech.readme.io/reference/test-cards.md) - [/api/v1/subscriptions/{id}](https://paytech.readme.io/reference/getsubscription.md): Find Subscription by Id - [/api/v1/subscriptions/{id}](https://paytech.readme.io/reference/patchsubscription.md): Patch Subscription - [/api/v1/balances](https://paytech.readme.io/reference/getbalances.md): Get a list of funds available for withdrawal by currency (see "Check Withdrawal Balance" in shop settings) - [Google Pay™](https://paytech.readme.io/reference/google-pay.md) - [Apple Pay](https://paytech.readme.io/reference/apple-pay.md)