# OrderPaymentStatus - admin - OBJECT
Version: 2025-01

## Description
The status of a customer's payment for an order.

### Access Scopes
`read_orders` access scope.


## Fields
* [errorMessage](/docs/api/admin/2025-01/scalars/String): String - A message describing an error during the asynchronous processing of a payment.
* [paymentReferenceId](/docs/api/admin/2025-01/scalars/String): String! - The ID of the payment, initially returned by an `orderCreateMandatePayment` or `orderCreatePayment` mutation.
* [status](/docs/api/admin/2025-01/enums/OrderPaymentStatusResult): OrderPaymentStatusResult! - The status of the payment.
* [transactions](/docs/api/admin/2025-01/objects/OrderTransaction): OrderTransaction! - The transaction associated with the payment.
* [translatedErrorMessage](/docs/api/admin/2025-01/scalars/String): String - A translated message describing an error during the asynchronous processing of a payment.

## Connections



## Related queries
* [orderPaymentStatus](/docs/api/admin/2025-01/queries/orderPaymentStatus) Returns a payment status by payment reference ID. Used to check the status of a deferred payment.

## Related mutations

## Related Unions

## Examples