--- title: OrderCreateMandatePaymentPayload - GraphQL Admin description: Return type for `orderCreateMandatePayment` 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/ordercreatemandatepaymentpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/ordercreatemandatepaymentpayload.md --- # Order​Create​Mandate​Payment​Payload payload Return type for `orderCreateMandatePayment` mutation. ## Fields * job [Job](https://shopify.dev/docs/api/admin-graphql/latest/objects/Job) The async job used for charging the payment. * payment​Reference​Id [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The Unique ID for the created payment. * user​Errors [\[Order​Create​Mandate​Payment​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/OrderCreateMandatePaymentUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [order​Create​Mandate​Payment](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderCreateMandatePayment) mutation Creates a payment for an order by mandate. *** ## Map ### Mutations with this payload * [order​Create​Mandate​Payment](https://shopify.dev/docs/api/admin-graphql/latest/types/orderCreateMandatePayment)