Sign in

Cancel an order

documented

Cancel an uncaptured order.

POST /orders/{order_id}/cancelOrdersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://sandbox-merchant.revolut.com/api/orders/{{$order_id}}/cancel" \
  -X POST \
  -H "Authorization: Bearer {{REVOLUT_API_KEY}}" \
  -H "Revolut-Api-Version: {{$api_version}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"