Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderPaymentStatus
The status of a customer’s payment for an order.
Signature:
export interface OrderPaymentStatus
| Property | Modifiers | Type | Description |
|---|---|---|---|
| errorMessage? | Maybe<Scalars[‘String’][‘output’]> | (Optional) A message describing an error during the asynchronous processing of a payment. | |
| paymentReferenceId | Scalars[‘String’][‘output’] | The ID of the payment, initially returned by an orderCreateMandatePayment or orderCreatePayment mutation. |
|
| status | OrderPaymentStatusResult | `${OrderPaymentStatusResult}` | The status of the payment. | |
| translatedErrorMessage? | Maybe<Scalars[‘String’][‘output’]> | (Optional) A translated message describing an error during the asynchronous processing of a payment. |