Idempotency
The Direct Debit API supports idempotency for safely retrying requests without accidentally performing the same operation twice
To perform an idempotent request, provide the X-EXTERNAL-ID
element in the request headers.
All POST requests accept idempotency keys. Don’t send idempotency keys in GET and DELETE requests because it has no effect. These requests are idempotent by definition.
Updated 1 day ago