--- title: PaymentSessionResolvePayload - Payments Apps API description: Return type for `paymentSessionResolve` 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/paymentsessionresolvepayload md: https://shopify.dev/docs/api/payments-apps/latest/payloads/paymentsessionresolvepayload.md --- # Payment​Session​Resolve​Payload payload Return type for `paymentSessionResolve` mutation. ## Fields * payment​Session [Payment​Session](https://shopify.dev/docs/api/payments-apps/latest/objects/PaymentSession) The updated payment session. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [payment​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/mutations/paymentSessionResolve) mutation Resolves an open payment session. After the `paymentSessionResolve` mutation completes on a given payment session, any `paymentSessionReject` mutation attempts will fail. Subsequent `paymentSessionResolve` mutation attempts will succeed, but the `Details` argument will be ignored. *** ## Map ### Mutations with this payload * [payment​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/types/paymentSessionResolve)