# Create Order

{% hint style="info" %}
💬 **Need help?** If you're stuck, ask Eva on ATRIP for instant diagnostics.

<a href="https://www.atriptech.com/" class="button primary" data-icon="comments">Ask Eva</a>
{% endhint %}

Use this page to place the booking after verification.

### Main API

* `order.do`

### Inputs

* `sessionId` from verify
* Passenger details
* Contact details
* Ancillary selections when needed

### Key outputs

* `orderNo`
* Initial booking status
* Airline and pricing details tied to the order

### Use this when you need

* Standard order creation
* FR order creation before commit
* Booking with ancillaries

### Related pages

* [Verify](https://resources.atriptech.com/api-document/readme/booking-overview/verify)
* [Payment & Ticketing](https://resources.atriptech.com/api-document/readme/booking-overview/payment-and-ticketing)
* [Booking APIs](https://resources.atriptech.com/api-document/api-reference/booking-apis)

### Full API reference

See endpoint-level details here:

* [Create Order](https://resources.atriptech.com/api-document/api-reference/booking-apis/create-order)
