# Execute the account payments

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

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

## Path parameters:

  - `account_id` (string, required)
    ID of an account.

## 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: [310, 311, 312]"


