--- title: OrderCreateManualPaymentPayload - GraphQL Admin description: Return type for `orderCreateManualPayment` mutation. api_version: 2025-04 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-04/payloads/ordercreatemanualpaymentpayload md: https://shopify.dev/docs/api/admin-graphql/2025-04/payloads/ordercreatemanualpaymentpayload.md --- # Order​Create​Manual​Payment​Payload payload Return type for `orderCreateManualPayment` mutation. ## Fields * order [Order](https://shopify.dev/docs/api/admin-graphql/2025-04/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/2025-04/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/2025-04/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). * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-04/scalars/ID) required ### Arguments The ID of the order to create a manual payment for. * amount [Money​Input](https://shopify.dev/docs/api/admin-graphql/2025-04/input-objects/MoneyInput) The manual payment amount to be created. * payment​Method​Name [String](https://shopify.dev/docs/api/admin-graphql/2025-04/scalars/String) The name of the payment method used for creating the payment. If none is provided, then the default manual payment method ('Other') will be used. *** *** ## Map ### Mutations with this payload * [order​Create​Manual​Payment](https://shopify.dev/docs/api/admin-graphql/2025-04/types/orderCreateManualPayment)