Cancel Orders

This documentation guides you through the process of canceling a one or more pending order within the Fincart platform. By specifying the order ID, merchants can update the order status to canceled.

Get Order Status

POST /v4/orders/cancel

This endpoint allows you to change order status to canceled.

Base URL

Headers

Name
Value

Content-Type

application/json

Authorization

Body

{
  "filters": {
    "ids": ["<order_id_1>", "<order_id_2>", "..."]
  }
}

Response

Last updated