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.

SecuritybasicAuth
Request
path Parameters
debit_memo_id
required
string

ID of a debit memo.

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