--- title: VoidSessionStateRejected - Payments Apps API description: Additional details about a void'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/voidsessionstaterejected md: https://shopify.dev/docs/api/payments-apps/latest/objects/voidsessionstaterejected.md --- # Void​Session​State​Rejected object Requires `read_payment_sessions` access scope. Additional details about a void's rejected state. ## Fields * code [Void​Session​State​Code!](https://shopify.dev/docs/api/payments-apps/latest/enums/VoidSessionStateCode) non-null The void state code. * merchant​Message [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) The custom, localized message for the merchant. * reason [Void​Session​State​Rejected​Reason!](https://shopify.dev/docs/api/payments-apps/latest/enums/VoidSessionStateRejectedReason) non-null The reason the void is rejected. *** ## Map ### Possible type in * [Void​Session​States](https://shopify.dev/docs/api/payments-apps/latest/unions/VoidSessionStates) *** ## Interfaces * [Void​Session​State](https://shopify.dev/docs/api/payments-apps/latest/interfaces/VoidSessionState) interface *** ## ||-VoidSessionStateRejected Implements ### Implements * ||-[Void​Session​State](https://shopify.dev/docs/api/payments-apps/latest/interfaces/VoidSessionState)