--- title: PaymentSessionConfirmPayload - Payments Apps API description: Return type for `paymentSessionConfirm` mutation. api_version: 2025-10 api_name: payments-apps type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/latest/payloads/paymentsessionconfirmpayload md: https://shopify.dev/docs/api/payments-apps/latest/payloads/paymentsessionconfirmpayload.md --- # Payment​Session​Confirm​Payload payload Return type for `paymentSessionConfirm` mutation. ## Fields * payment​Session [Payment​Session](https://shopify.dev/docs/api/payments-apps/latest/objects/PaymentSession) The updated payment session. * user​Errors [\[Payment​Session​Confirm​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/objects/PaymentSessionConfirmUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [payment​Session​Confirm](https://shopify.dev/docs/api/payments-apps/latest/mutations/paymentSessionConfirm) mutation Initiates the confirmation process of the given payment\_session. Shopify will start confirming the payment. According to its business logic, Shopify determines if the payment can be authorized and sends a POST request to the payments app, delivering the confirmation result. *** ## Map ### Mutations with this payload * [payment​Session​Confirm](https://shopify.dev/docs/api/payments-apps/latest/types/paymentSessionConfirm)