Files
medusa-store/www/apps/resources/references/utils/enums/utils.PaymentSessionStatus/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

38 lines
509 B
Plaintext

import { TypeList } from "docs-ui"
# 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.