Cancel an Order

Canceling a number if possible.

POST https://smsverification.xyz/api/v2/rental/order/{orderId}/cancel

Cancelling rental numbers is only possible within 20 minutes of making the purchase. This resulting in funds back to the buyer's balance.

Path Parameters

NameTypeDescription

orderId*

Integer

Must declare order id.

Headers

NameTypeDescription

Authentication*

String

{
    "status": "success",
    "data": {
        "old_balance": 1.15,
        "new_balance": 1.25
    }
}

Last updated