Orders

Full international format required for phone numbers.

Order Object

id
integer
Id of the resource
recipient
string
Recipient's number
message
string
SMS message content
price
float
Total cost
date
string
When the order was placed
status
string
Order Status Name

Order Status

ID
Name
Message
0
Pending
Your order is currently being processed.
1
Delivered
The SMS delivery was successful.
2
Not Delivered
The SMS was not delivered. Please check the recipient number and try again.
3
Buffered
The SMS was sent successfully, but it has been temporarily stored by the SMS carrier because the recipient's phone is currently unreachable.
4
Transmitted
The SMS has been sent by the carrier and should arrive shortly.
5
Accepted
The SMS has been accepted by the carrier and is being processed for delivery.
6
Expired
The SMS was not delivered before the expiration of its validity period.
7
Rejected
The SMS was rejected by the carrier and will not be delivered.
8
Failed
There was an error while attempting to send the SMS.
9
Unknown
The status of the SMS could not be determined.
10
Canceled
The order was canceled by the system.