---
title: "Execute the invoice payment"
method: PUT
path: "/api/v1/payments/execute_invoice_payment/{invoice_id}"
tags: ["Configurable Payment Retry"]
---

# Execute the invoice payment

`PUT /api/v1/payments/execute_invoice_payment/{invoice_id}`

For all active retry cycles associated with an invoice, schedules the next payment retry attempt to occur in the next hourly payment processor run.

## Path parameters

- `invoice_id` string, required

## Response `200`

- object
  - `success` boolean — Indicates whether the operation is successful.
  - `message` string — The response message.

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
