Cancels an order for an at-home test. Only possible when the order has not been dispatched or processed.

Log in to see full request history
Path Params
string
required

The unique order number that was returned when you created the order (or that was sent from a webhook event).

Headers
string
required

API Key

Responses

Response body
object
string

Product code

integer
≥ 1

Quantity of the product associated with the order.

delivery
object
string

First name of the end user.

string

Last name of the end user.

address
object
string

End user's email address.

string

End user's mobile number.

string

Order notes.

string

Status of the order.

CREATED CONFIRMED CANCELLED PROCESSING DISPATCHED REFUNDED

boolean

This field is used to flag order as paid.

string

Unique identifier for the order.

kits
array of objects

List of all the kits associated to this order. Only available once the order has been dispatched (or straight away in certain phlebotomy use cases where no physical kit is dispatched to the user).

kits
object
string

Unique identifier of the test kit. Needed to register the kit later.

string

Date the order object was created.

string

Date the order object was last updated.

string

Date the order object was dispatched.

string

Stripe identifier for an invoice.

Language
URL