The IRS has started sending a second round of Economic Impact Payments to eligible individuals. These payments will be delivered in batches over the next several weeks. If you are expecting a payment, please click here for more information.
Continue receiving all of the rewards and benefits offered by your DCCU credit and debit card while not having to remember your wallet. Additional benefits of using Apply Pay include:
Convenience - no need to find your card in your wallet, just pay via Apple Pay with Touch IDTM and your Apple® device
Security - your card number is never stored by Apple or shared with the merchant
Simplicity - use your DCCU card anywhere Apple Pay is accepted, including in store and in-app purchases. To see a complete list of merchants that accept Apple Pay visit apple.com/apple-pay
When you add your DCCU credit or debit card to Apple Pay, a unique device account number is assigned and encrypted securely on your device. When you make a purchase, Apple Pay uses a device-specific number and unique transaction code. Your card number is never stored on the device - so your card details stay safe and secure.
Look for the contactless symbol or Apple Pay logo on the card reader at checkout
Hold your iPhone near the card reader with your thumb on Touch IDTM
Once the transaction is successful, your phone will vibrate and you will see the transaction appear in your wallet
Getting Started
Step 1: Go to "Settings" and select "Passbook & Apple Pay" or Click on Wallet
Step 2: Select "Add a credit or debit card" OR click the + sign at the top
Step 3: Click "Next"
Step 4: Take a picture of your card (example: left photo above) or manually enter the card information (example: right photo above)
Step 5: Complete the verification process (if prompted)
Step 6: To make your DCCU card default in Apple Pay, go to "Settings" and select "Wallet & Apple Pay" and select "Default Card".
Apple, the Apple logo, iPhone and iPad are trademarks of Apple Inc., registered in the U.S. and other countries. Apple Pay, Touch ID, iPad Air, and iPad mini are trademarks of Apple Inc.
$(document).ready(function() {
$('#lhnContainerDone').hide(); //hides the link by default
var d = new Date(); //gets the current date time
var n = d.getDay(); //determines day of the week ... 0=Sun, 1=Mon...
if (n >= 1 && n <= 4)
{ //checks if it is Monday through thursday
var startt = new Date(); //creates a start date
startt.setHours(09); //sets start date hour to 9
startt.setMinutes(0); // sets start minutes to 00
var endt = new Date(); //creates end date
endt.setHours(17); //sets end date time to 5 PM
endt.setMinutes(30); //sets end date minutes to 5:30 PM
if (d >= startt && d <= endt) //checks to see if the current date/time is between the start and end date
$('#lhnContainerDone').show(); //shows the link if it is true
}
else if (n == 5) // day is friday
{
var startt = new Date(); //creates a start date
startt.setHours(09); //sets start date hour to 9
startt.setMinutes(0); // sets start minutes to 00
var endt = new Date(); //creates end date
endt.setHours(18); //sets end date time to 6 PM
endt.setMinutes(00); //sets end date minutes 00
if (d >= startt && d <= end) //checks to see if the current date/time is between the start and end date
$('#lhnContainerDone').show(); //shows the link if it is true
}
else
{
$('#lhnContainerDone').hide(); //hides the link if false
}
});
help desk software
External Link Notice...
You are about to open a webpage that is not controlled or owned by DCCU. DCCU does not contribute to the content displayed on this website and does not represent you or the third party in transactions conducted via external links. Please be aware that information security and privacy policies may differ from those implemented by DCCU.