Revoke Direct Debit RESTful API

API Details

When you first create a Direct Debit it has a status of READY_FOR_EXPORT. Once it is forwarded from Nuapay on to SEPA Clearing or to Bacs for processing, its status is updated to EXPORTED.

If you decide that you do not want to settle the payment and do not want to pass it on for further processing at Clearing, you may revoke it.

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