Skip to main content

Order

Handles the creation, cancellation, rejection, refund, capture, and retrieval of order statuses.

📄️ Capture Order (🚧 in development)

This endpoint allows you to confirm an order in case of [two-step payment](../merchant/orders/scenarios/two-stage-payments). To utilize this endpoint, the `autocapture` parameter should be set to `false`. This action is only available for orders with the status 'in_progress' and the `payments` array within the response from the [Retrieve Order Details](./retrieve-order-details) endpoint must include at least one payment item. Refer to the [Order Actions and Conditions](../merchant/orders/order-life-cycle#order-actions-and-conditions).