# captureSessionReject - payments-apps - MUTATION Version: 2024-10 ## Description Rejects an open capture session. After the `captureSessionReject` mutation completes on a given capture session, any `captureSessionResolve` mutation attempts will fail. Subsequent `captureSessionReject` mutation attempts will succeed, but the `reason` argument will be ignored. ### Access Scopes `write_payment_sessions` access scope. ## Arguments * [id](/docs/api/payments-apps/2024-10/scalars/ID): ID! - The capture session ID. * [reason](/docs/api/payments-apps/2024-10/input-objects/CaptureSessionRejectionReasonInput): CaptureSessionRejectionReasonInput! - The rejection reason. ## Returns * [captureSession](/docs/api/payments-apps/2024-10/objects/CaptureSession): CaptureSession The updated capture session. * [userErrors](/docs/api/payments-apps/2024-10/objects/CaptureSessionRejectUserError): CaptureSessionRejectUserError! The list of errors that occurred from executing the mutation. ## Examples