--- 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 Create a manual payment for an order. You can only create a manual payment for an order if it isn't already fully paid. *** ## <\~> 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)