> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payluk.ng/llms.txt
> Use this file to discover all available pages before exploring further.

# Status reference

> Every enumerated value used across escrows, milestones and payments.

## Escrow `state`

| Value              | Meaning                                          |
| ------------------ | ------------------------------------------------ |
| `AWAITING_PAYMENT` | Created, not yet funded. Editable and deletable. |
| `OPENED`           | Funded and held. Delivery in progress.           |
| `CLOSED`           | Terminal: settled, claimed or refunded.          |

## Escrow `status`

| Value           | Meaning                                                 |
| --------------- | ------------------------------------------------------- |
| `PENDING`       | Awaiting funding.                                       |
| `ONGOING`       | Funded; delivery/confirmation in progress.              |
| `COMPLETED`     | Delivered and released to the seller.                   |
| `CLAIMED`       | Seller claimed funds after the delivery window elapsed. |
| `REFUNDED`      | Funds returned to the buyer.                            |
| `DISPUTED`      | A dispute has been opened.                              |
| `INVESTIGATING` | Dispute is under merchant review.                       |

## `settlementType`

| Value       | Meaning                                        |
| ----------- | ---------------------------------------------- |
| `STANDARD`  | Single release on delivery confirmation.       |
| `MILESTONE` | Released in parts as milestones are confirmed. |

## Milestone `status`

| Value      | Meaning                                  |
| ---------- | ---------------------------------------- |
| `PENDING`  | Not yet confirmed.                       |
| `RELEASED` | Confirmed; net share paid to the seller. |

## `whoPays`

| Value    | Meaning                                |
| -------- | -------------------------------------- |
| `buyer`  | Buyer pays the full fee.               |
| `seller` | Fee deducted from the seller's payout. |
| `both`   | Fee split between buyer and seller.    |

## `deliveryTimeline`

| Value     | Meaning                              |
| --------- | ------------------------------------ |
| `minutes` | `maxDelivery` is counted in minutes. |
| `hours`   | `maxDelivery` is counted in hours.   |
| `days`    | `maxDelivery` is counted in days.    |
