--- title: OrderCreateManualPaymentOrderCreateManualPaymentError - GraphQL Admin description: >- An error that occurs during the execution of a order create manual payment mutation. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/OrderCreateManualPaymentOrderCreateManualPaymentError md: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/OrderCreateManualPaymentOrderCreateManualPaymentError.md --- # Order​Create​Manual​Payment​Order​Create​Manual​Payment​Error object Requires `read_orders` access scope. Also: The user must have mark\_orders\_as\_paid permission. An error that occurs during the execution of a order create manual payment mutation. ## Fields * code [Order​Create​Manual​Payment​Order​Create​Manual​Payment​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/OrderCreateManualPaymentOrderCreateManualPaymentErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [order​Create​Manual​Payment](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderCreateManualPayment) mutation Records a manual payment for an [`Order`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order) that isn't fully paid. Use this mutation to track payments received outside the standard checkout process, such as cash, check, bank transfer, or other offline payment methods. You can specify the payment [amount](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderCreateManualPayment#arguments-amount), [method name](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderCreateManualPayment#arguments-paymentMethodName), and [when it was processed](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderCreateManualPayment#arguments-processedAt). *** ## <\~> OrderCreateManualPaymentOrderCreateManualPaymentError Mutations ### Mutated by * <\~>[order​Create​Manual​Payment](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderCreateManualPayment) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-OrderCreateManualPaymentOrderCreateManualPaymentError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)