--- title: PaymentSessionModalPayload - Payments Apps API description: Return type for `paymentSessionModal` 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/paymentsessionmodalpayload md: https://shopify.dev/docs/api/payments-apps/latest/payloads/paymentsessionmodalpayload.md --- # Payment​Session​Modal​Payload payload Return type for `paymentSessionModal` mutation. ## Fields * payment​Session [Payment​Session](https://shopify.dev/docs/api/payments-apps/latest/objects/PaymentSession) The updated payment session. * user​Errors [\[Payment​Session​Modal​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/objects/PaymentSessionModalUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [payment​Session​Modal](https://shopify.dev/docs/api/payments-apps/latest/mutations/paymentSessionModal) mutation Raises a modal that will be displayed to the buyer after a checkout is completed. Included data will be used to populate the UI extension in the modal. *** ## Map ### Mutations with this payload * [payment​Session​Modal](https://shopify.dev/docs/api/payments-apps/latest/types/paymentSessionModal)