# Execute the invoice payment

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

Endpoint: PUT /api/v1/payments/execute_invoice_payment/{invoice_id}
Version: 2026-05-15
Security: basicAuth

## Path parameters:

  - `invoice_id` (string, required)
    ID of an invoice.

## Response 200 fields (application/json):

  - `success` (boolean)
    Indicates whether the operation is successful.
    Example: true

  - `message` (string)
    The response message.
    Example: "Payments with the following IDs enqueued for processing: [290, 291]"


