# Payment Schedule Items

A payment schedule consists of one or more payment schedule items that can be picked up by payment runs, which are hourly scheduled by Zuora. Each payment schedule item will trigger a payment process.

## Retrieve a payment schedule item

 - [GET /payment_schedule_items/{payment_schedule_item_id}](https://developer.zuora.com/other-api/quickstart-api/payment-schedule-items/getpaymentscheduleitem.md): Retrieves the payment schedule item with the given ID.

## Update a payment schedule item

 - [PATCH /payment_schedule_items/{payment_schedule_item_id}](https://developer.zuora.com/other-api/quickstart-api/payment-schedule-items/updatepaymentscheduleitem.md): Updates the specified payment schedule item by setting the values of the parameters passed. Any parameters not provided will remain unchanged.

## Create a payment schedule item

 - [POST /payment_schedule_items](https://developer.zuora.com/other-api/quickstart-api/payment-schedule-items/createpaymentscheduleitem.md): Creates a new Payment Schedule Item object.

## Cancel a payment schedule item

 - [POST /payment_schedule_items/{payment_schedule_item_id}/cancel](https://developer.zuora.com/other-api/quickstart-api/payment-schedule-items/cancelpaymentscheduleitem.md): Cancels the payment schedule item with the given ID.

## Retry a payment shedule item

 - [POST /payment_schedule_items/{payment_schedule_item_id}/retry](https://developer.zuora.com/other-api/quickstart-api/payment-schedule-items/retrypaymentscheduleitem.md): Retries the payment schedule item with the given ID.

## Skip a payment schedule item

 - [POST /payment_schedule_items/{payment_schedule_item_id}/skip](https://developer.zuora.com/other-api/quickstart-api/payment-schedule-items/skippaymentscheduleitem.md): Skips the payment schedule item with the given ID.

