For all active retry cycles associated with an invoice, schedules the next payment retry attempt to occur in the next hourly payment processor run.
curl -i -X PUT \ -u <username>:<password> \ 'https://payment-retry.apps.zuora.com/api/v1/payments/execute_invoice_payment/{invoice_id}'
{- "success": true,
- "message": "Payments with the following IDs enqueued for processing: [290, 291]"
}