--- title: OrderCreateManualPaymentPayload - GraphQL Admin description: Return type for `orderCreateManualPayment` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/ordercreatemanualpaymentpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/ordercreatemanualpaymentpayload.md --- # Order​Create​Manual​Payment​Payload payload Return type for `orderCreateManualPayment` mutation. ## Fields * order [Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order) The order recorded a manual payment. * user​Errors [\[Order​Create​Manual​Payment​Order​Create​Manual​Payment​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/OrderCreateManualPaymentOrderCreateManualPaymentError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [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. *** ## Map ### Mutations with this payload * [order​Create​Manual​Payment](https://shopify.dev/docs/api/admin-graphql/latest/types/orderCreateManualPayment)