# OrderCreateManualPaymentOrderCreateManualPaymentError - admin - OBJECT
Version: unstable

## Description
An error that occurs during the execution of a order create manual payment mutation.

### Access Scopes
`read_orders` access scope. Also: The user must have mark_orders_as_paid permission.


## Fields
* [code](/docs/api/admin/unstable/enums/OrderCreateManualPaymentOrderCreateManualPaymentErrorCode): OrderCreateManualPaymentOrderCreateManualPaymentErrorCode - The error code.
* [field](/docs/api/admin/unstable/scalars/String): String - The path to the input field that caused the error.
* [message](/docs/api/admin/unstable/scalars/String): String! - The error message.

## Connections



## Related queries

## Related mutations
* [orderCreateManualPayment](/docs/api/admin/unstable/mutations/orderCreateManualPayment) Create a manual payment for an order. You can only create a manual payment for an order if it isn't already
fully paid.

## Related Unions

## Examples