# Execute the debit memo payment

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

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

## Path parameters:

  - `debit_memo_id` (string, required)
    ID of a debit memo.

## 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: [300]"


