Skip to main content

Cancel order

DELETE 

/orders/:id

Undoes a previous order and invalidates the associated PIN.

Cancellation succeeds when the PIN has not been used and the configured timeout has not elapsed. The documented defaults are 5 minutes in the test environment and 20 days in the production environment.

A cancelled order does not appear on the business partner invoice, but appears in the reconciliation file. If the PIN is already invoiced, a credit note is issued. The Correlation-ID header can be used instead of the order ID in the URI.

Request

Responses

Order cancelled successfully.