# Invoice Payments Use invoice payments to tie a payment to an invoice and indicate how much of the payment was applied to the invoice. ## CRUD: Create an invoice payment - [POST /v1/object/invoice-payment](https://developer.zuora.com/v1-api-reference/older-api/invoice-payments/object_postinvoicepayment.md) ## CRUD: Retrieve an invoice payment - [GET /v1/object/invoice-payment/{id}](https://developer.zuora.com/v1-api-reference/older-api/invoice-payments/object_getinvoicepayment.md) ## CRUD: Update an invoice payment - [PUT /v1/object/invoice-payment/{id}](https://developer.zuora.com/v1-api-reference/older-api/invoice-payments/object_putinvoicepayment.md)