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.

SecuritybasicAuth
Request
path Parameters
invoice_id
required
string

ID of an invoice.

Responses
200
put/api/v1/payments/execute_invoice_payment/{invoice_id}
Request samples
Response samples
application/json
{
  • "success": true,
  • "message": "Payments with the following IDs enqueued for processing: [290, 291]"
}