Check production status of a paid order
get_project_statusWhere a paid order is in production. Returns the studio stage (new, brief_received, in_production, review, delivered) plus paid/package/deposit. PII-free; pass the stripe_session_id from create_checkout/get_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Stripe checkout session id (cs_...) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paid | No | ||
| stage | No | ||
| total | No | ||
| deposit | No | ||
| package | No |