44 lines
579 B
Plaintext
44 lines
579 B
Plaintext
import { TypeList } from "docs-ui"
|
|
|
|
# PaymentSessionStatus
|
|
|
|
The status of a payment session.
|
|
|
|
## Enumeration Members
|
|
|
|
### AUTHORIZED
|
|
|
|
**AUTHORIZED** = `"authorized"`
|
|
|
|
The payment is authorized.
|
|
|
|
### CAPTURED
|
|
|
|
**CAPTURED** = `"captured"`
|
|
|
|
The payment is captured.
|
|
|
|
### 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.
|