Files
medusa-store/www/apps/docs/content/references/entities/enums/entities.PaymentStatus.mdx
github-actions[bot] 5a550e73b4 chore(docs): Generated References (#6222)
Generated the following references:
- `entities`
- `file`
- `fulfillment`
- `inventory`
- `js_client`
- `medusa`
- `medusa_config`
- `medusa_react`
- `modules`
- `notification`
- `payment`
- `price_selection`
- `pricing`
- `product`
- `search`
- `services`
- `stock_location`
- `tax`
- `tax_calculation`
- `types`
- `workflows`

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-01-25 18:12:27 +00:00

54 lines
818 B
Plaintext

---
displayed_sidebar: entitiesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# PaymentStatus
The order's payment status.
## Enumeration Members
### NOT\_PAID
**NOT\_PAID** = `"not_paid"`
The order's payment is not paid.
### AWAITING
**AWAITING** = `"awaiting"`
The order's payment is awaiting capturing.
### CAPTURED
**CAPTURED** = `"captured"`
The order's payment is captured.
### PARTIALLY\_REFUNDED
**PARTIALLY\_REFUNDED** = `"partially_refunded"`
Some of the order's payment amount is refunded.
### REFUNDED
**REFUNDED** = `"refunded"`
The order's payment amount is refunded.
### CANCELED
**CANCELED** = `"canceled"`
The order's payment is canceled.
### REQUIRES\_ACTION
**REQUIRES\_ACTION** = `"requires_action"`
The order's payment requires action.