• Home
  • My Social Security Online Services

My Social Security Online Services

05/01/2023 1:58 PM | Anonymous member (Administrator)

Your personal my Social Security account gives you immediate access to important information and tools, putting you in control of your time.  If you have an account, you can check your benefits, change your address or telephone number, start or change direct deposit, get a replacement Medicare card, and get a benefit verification letter.  You can also choose to opt out of mailed notices for those items available online.

Visit www.ssa.gov/myaccountto sing in or create your account.


431 18th St, NW, Washington, DC 2006  PO Box 1581  .  Vienna, VA 22180
E-mail: admin@arcretireeassoc.org
Tel: 202-303-8779. ARCRA & Retiree Connection

© American Red Cross Retiree Association All rights reserved

Powered by Wild Apricot Membership Software
function SetMyDate() { // Array of day names var dayNames = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); // Array of month Names var monthNames = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); var now = new Date(); document.getElementById("YOURELEMENTID").value = dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear(); }