> For the complete documentation index, see [llms.txt](https://orbit-b2b.gitbook.io/orbit-b2b-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-b2b.gitbook.io/orbit-b2b-docs/draft-orders/confirm-flow.md).

# Confirm & send the payment link

When a buyer submits an order, you review and confirm it here.

## 1. The Draft Orders inbox

Go to **Orders → Draft Orders**. Every request is listed with its status:

| Status        | Meaning                                               |
| ------------- | ----------------------------------------------------- |
| **Pending**   | Submitted, waiting for you to confirm                 |
| **Invoiced**  | Confirmed — draft order created and payment link sent |
| **Paid**      | Payment received (tracked in Shopify Orders)          |
| **Cancelled** | You declined the request                              |

Filter by status with the dropdown. Click a row (or the edit icon) to open it.

## 2. Review the request

The detail page shows the items, the customer, the subtotal, and the **payment term** — pre-filled from the cascade (the customer's group default, or your shop default). See [Payment terms](/orbit-b2b-docs/draft-orders/payment-terms.md).

## 3. Confirm & send

* Adjust the payment term in the dropdown if needed (override for this order).
* Click **Confirm & send payment link**.

The app creates a **Shopify draft order** and emails the customer:

* **Due on receipt** → a Shopify pay-now checkout link.
* **Net term** → Shopify sends an invoice with the due date; you mark it paid when payment arrives.

The status moves to **Invoiced** and the payment link is shown on the page.

## 4. Cancel

Click **Cancel request** to decline. If a draft order was already created it's removed from Shopify, and the status becomes **Cancelled**.

## Notes

* In this version you confirm the order **as submitted** — editing line items before confirming is coming in a later release.
* Payment itself is completed and tracked in **Shopify → Orders**. The Draft Orders status shows **Invoiced** after you send the link.

## Next steps

* [Payment terms](/orbit-b2b-docs/draft-orders/payment-terms.md)
* [Auto-create on submit](/orbit-b2b-docs/draft-orders/auto-confirm.md)
* [Emails](/orbit-b2b-docs/draft-orders/emails.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://orbit-b2b.gitbook.io/orbit-b2b-docs/draft-orders/confirm-flow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
