# Payments

Use payments to process payments, for example, automate recurring payments, manage overpayments, and create refunds.
For more information about payments, see <a href="https://knowledgecenter.zuora.com/Billing/Billing_and_Payments/K_Payment_Operations" target="_blank">Payments</a>.


## CRUD: Create a payment

 - [POST /v1/object/payment](https://developer.zuora.com/v1-api-reference/older-api/payments/object_postpayment.md): Creates a payment for one or multiple invoices.

## CRUD: Retrieve a payment

 - [GET /v1/object/payment/{id}](https://developer.zuora.com/v1-api-reference/older-api/payments/object_getpayment.md): Retrieves the information about one specific payment.

## CRUD: Update a payment

 - [PUT /v1/object/payment/{id}](https://developer.zuora.com/v1-api-reference/older-api/payments/object_putpayment.md): Updates a payment.

## CRUD: Delete a payment

 - [DELETE /v1/object/payment/{id}](https://developer.zuora.com/v1-api-reference/older-api/payments/object_deletepayment.md): Deletes a payment. Only payments with the Cancelled status can be deleted.

