--- title: CaptureSessionStateRejected - Payments Apps API description: Additional details about a capture's rejected state. api_version: 2025-10 api_name: payments-apps type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/latest/objects/capturesessionstaterejected md: https://shopify.dev/docs/api/payments-apps/latest/objects/capturesessionstaterejected.md --- # Capture​Session​State​Rejected object Requires `read_payment_sessions` access scope. Additional details about a capture's rejected state. ## Fields * code [Capture​Session​State​Code!](https://shopify.dev/docs/api/payments-apps/latest/enums/CaptureSessionStateCode) non-null The capture state code. * merchant​Message [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) The custom, localized message for the merchant. * reason [Capture​Session​State​Rejected​Reason!](https://shopify.dev/docs/api/payments-apps/latest/enums/CaptureSessionStateRejectedReason) non-null The reason the capture is rejected. *** ## Map ### Possible type in * [Capture​Session​States](https://shopify.dev/docs/api/payments-apps/latest/unions/CaptureSessionStates) *** ## Interfaces * [Capture​Session​State](https://shopify.dev/docs/api/payments-apps/latest/interfaces/CaptureSessionState) interface *** ## ||-CaptureSessionStateRejected Implements ### Implements * ||-[Capture​Session​State](https://shopify.dev/docs/api/payments-apps/latest/interfaces/CaptureSessionState)