Skip to content

Create orders

POST
/orders

Orders can be validated and processed using this endpoint. Total will be deducted from your Organisation’s balance. Auto-assign By specifying ICCID(s) of eSIM(s) belonging to your Organisation and setting ‘assign’ to true, a bundle can be automatically assigned to eSIM(s) Bundle assignments to an eSIM are usually instant but please allow for up to 10 minutes for the bundle to fully process. While the bundle is processing the eSIM can be successfully installed and the eSIM will register onto a network if within coverage. The Bundle Status can be checked through Get the Status of a bundle assigned to an eSIM Usage: * eSIM ICCIDs can only be specifed if assign is set to true * If assign is set to true, but no ICCIDs are provided, bundles are assigned to new eSIMs * If ICCIDs are provided, quantity is required to match the number of ICCIDs for each bundle * If quantity is specified and assign is set to false, the quantity of that bundle is purchased into inventory Note: In some cases, it may take up to 5 minutes for your eSIM bundles to be delivered

Authorizations

Request Body

object
{
"type": "validate",
"assign": "<boolean>",
"Order": [
{
"type": "bundle",
"quantity": "<integer>",
"item": "<string>",
"iccids": [
"<string>",
"<string>"
],
"allowReassign": "<boolean>"
},
{
"type": "bundle",
"quantity": "<integer>",
"item": "<string>",
"iccids": [
"<string>",
"<string>"
],
"allowReassign": "<boolean>"
}
]
}

Responses

200

OK

string

400

Bad Request

string

401

Unauthorized

string

503

Service Unavailable

string