Files
medusa-store/www/apps/docs/content/references/entities/enums/entities.PaymentSessionStatus.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

42 lines
583 B
Plaintext

---
displayed_sidebar: entitiesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# PaymentSessionStatus
The status of a payment session.
## Enumeration Members
### AUTHORIZED
**AUTHORIZED** = `"authorized"`
The payment is authorized.
### PENDING
**PENDING** = `"pending"`
The payment is pending.
### REQUIRES\_MORE
**REQUIRES\_MORE** = `"requires_more"`
The payment requires an action.
### ERROR
**ERROR** = `"error"`
An error occurred while processing the payment.
### CANCELED
**CANCELED** = `"canceled"`
The payment is canceled.