# Payment Types

The payment instrument catalogue: cash, transfer, cheque and friends.

- [Retrieve all Payment Types](https://developer.lokta.ai/api/payment-types/get-all-payment-types.md): GET `/v1/paymenttypes`
- [Create a Payment Type](https://developer.lokta.ai/api/payment-types/create-payment-type.md): POST `/v1/paymenttypes`
- [Retrieve a Payment Type](https://developer.lokta.ai/api/payment-types/retrieve-one-payment-type.md): GET `/v1/paymenttypes/{paymentTypeId}`
- [Update a Payment Type](https://developer.lokta.ai/api/payment-types/update-payment-type.md): PUT `/v1/paymenttypes/{paymentTypeId}`
- [Delete a Payment Type](https://developer.lokta.ai/api/payment-types/delete-code-payment-type.md): DELETE `/v1/paymenttypes/{paymentTypeId}`
