Cancel Order

Cancel Order

This method is used to cancel an active payment order before it is fully completed.

⚠️ This endpoint is intended for H2H (Head-to-Head) integrations only. In hosted payment flows, order cancellation is handled automatically by the system.

When to Use

Call this method only if:

  • The merchant needs to stop the payment flow manually

  • The payment has not been fully completed yet

  • The integration is using an H2H flow

Allowed Order Statuses

An order can be canceled only if its current status is one of the following:

  • process

  • waiting_asset_select

  • processing

  • pending

Orders in any other status cannot be canceled.

Cancel Order

POST https://api-processing.crypto-chief.com/v1/payments/order/cancel

Headers

Name
Value

Content-Type

application/json

Signature

Signed request body

Merchant

Merchant ID

Body

Name
Type
Required
Description

uuid

string

true

Payment order UUID

Response

Last updated