* update dependencies * update onboarding mdx * fixes for mdx issues * fixes for mdx compatibility * resolve mdx errors * fixes in reference * fix check errors * revert change in vale action * fix node version in action * fix summary in markdown
66 lines
848 B
Plaintext
66 lines
848 B
Plaintext
---
|
|
displayed_sidebar: servicesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# PaymentStatus
|
|
|
|
The order's payment status.
|
|
|
|
## Enumeration Members
|
|
|
|
### AWAITING
|
|
|
|
**AWAITING** = `"awaiting"`
|
|
|
|
The order's payment is awaiting capturing.
|
|
|
|
___
|
|
|
|
### CANCELED
|
|
|
|
**CANCELED** = `"canceled"`
|
|
|
|
The order's payment is canceled.
|
|
|
|
___
|
|
|
|
### CAPTURED
|
|
|
|
**CAPTURED** = `"captured"`
|
|
|
|
The order's payment is captured.
|
|
|
|
___
|
|
|
|
### NOT\_PAID
|
|
|
|
**NOT\_PAID** = `"not_paid"`
|
|
|
|
The order's payment is not paid.
|
|
|
|
___
|
|
|
|
### 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.
|
|
|
|
___
|
|
|
|
### REQUIRES\_ACTION
|
|
|
|
**REQUIRES\_ACTION** = `"requires_action"`
|
|
|
|
The order's payment requires action.
|