---
title: "Accept an order referral"
method: POST
path: "/v1/orders/{orderId}/accept"
tags: ["Orders"]
---

# Accept an order referral

`POST /v1/orders/{orderId}/accept`

Accepts the referral, updates service statuses, cascades to parent order, confirms Stripe payment, and dispatches push notifications.

## Path parameters

- `orderId` string, required

## Request body

- object
  - `providerId` string, required — Provider ID accepting the order
  - `employerId` string, required — Employer associated with the order
  - `employeeId` string, required — Employee associated with the order

## Response `200`

Default Response

- object
  - `success` boolean, required
  - `message` string, required
  - `orderId` string, required
  - `orderNumber` string, required
  - `status` string, required

---

[API](https://skmtc.net/bluehive-health/apis/bluehive-api.md) · [All operations](https://skmtc.net/bluehive-health/apis/bluehive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluehive-health/bluehive-api/revisions/e6e553c2594a/schema)
