# paymentSessionReject - payments-apps - MUTATION Version: 2024-10 ## Description Rejects an open payment session. After the `paymentSessionReject` mutation completes on a given payment session, any `paymentSessionResolve` mutation attempts will fail. Subsequent `paymentSessionReject` mutation attempts will succeed, but the `RejectionReasonInput` argument will be ignored. ### Access Scopes `write_payment_sessions` access scope. ## Arguments * [authentication](/docs/api/payments-apps/2024-10/input-objects/PaymentSessionThreeDSecureAuthentication): PaymentSessionThreeDSecureAuthentication - The 3D Secure authentication data from the partner. Must be present if and only if the Redirect mutation has been called and the payment method is credit card. * [id](/docs/api/payments-apps/2024-10/scalars/ID): ID! - The payment session ID. * [reason](/docs/api/payments-apps/2024-10/input-objects/PaymentSessionRejectionReasonInput): PaymentSessionRejectionReasonInput! - The rejection reason. ## Returns * [paymentSession](/docs/api/payments-apps/2024-10/objects/PaymentSession): PaymentSession The updated payment session. * [userErrors](/docs/api/payments-apps/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples