Remove a debit memo from retry cycle

Stops any active retry cycles associated with the debit memo provided.

SecuritybasicAuth
Request
path Parameters
debit_memo_id
required
string

ID of a debit memo.

Responses
200
put/api/v1/payments/remove_debit_memo_from_retry_cycle/{debit_memo_id}
Request samples
Response samples
application/json
{
  • "success": true,
  • "message": "Payments with the following IDs have been removed from the retry cycle: [301]"
}