Revoke all Direct Debits RESTful API

API Details

As detailed in the Revoke Direct Debit section, it is possible to revoke a single Direct Debit payment that is in READY_FOR_EXPORT status. The Revoke All Direct Debits request allows you to revoke a number of payments, linked to a specific mandate/DDI, in a single request (for a fixed-length schedule).

Idempotency

The Idempotency check is only against successful requests, so where a previous call has resulted in any of the following HTTP Response Codes, that Idempotency key may be reused without any issue:

  • 401
  • 403
  • 404
  • 408
  • 500
  • 501
  • 503