Cancel Order

Cancel a receive order and release the associated hold invoice.

GET https://api2.sms4sats.com/cancelorder

Cancels a receive order and releases the associated hold invoice. Your funds are automatically returned to your wallet.

You can cancel an order after 2 minutes if no activation code has arrived. All orders without a received code are automatically canceled after 21 minutes.

Query Parameters

Name
Type
Required
Description

orderId

String

Yes

Order ID returned by /createorder.

{
    status: 'OK'
}

Response Fields

Field
Type
Description

status

String

OK on successful cancellation

Last updated