--- 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 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). *** ## Map ### Mutations with this payload * [order​Create​Manual​Payment](https://shopify.dev/docs/api/admin-graphql/latest/types/orderCreateManualPayment)