# RefundSessionStateRejected - payments-apps - OBJECT Version: 2024-10 ## Description Additional details about a refund's rejected state. ### Access Scopes `read_payment_sessions` access scope. ## Fields * [code](/docs/api/payments-apps/2024-10/enums/RefundSessionStateCode): RefundSessionStateCode! - The refund state code. * [merchantMessage](/docs/api/payments-apps/2024-10/scalars/String): String - The custom, localized message for the merchant. * [reason](/docs/api/payments-apps/2024-10/enums/RefundSessionStateRejectedReason): RefundSessionStateRejectedReason! - The reason the refund is rejected. ## Connections ## Related queries ## Related mutations ## Related Unions * [RefundSessionStates](/docs/api/payments-apps/2024-10/unions/RefundSessionStates) The possible values that can be used to describe the state of a finalized refund transaction. ## Examples