Home - paychekplusapply
Webtartalom-megjelenítő
My Documents
-
#foreach($item in $document_link.getSiblings())
- $item.description.getData() #end
Webtartalom-megjelenítő
Bank Statement and Patriot Act
#set ($userCompanyId = $request.portlet-session.application-attributes.companyId.toString())
#foreach($i in $item_text.getSiblings())
#set ($companyIds = '')
#set ($companyIds = $i.item_companies.getData())
#set ($itemDisplay = false)
#set ($prodDisplay = 2)
#set ($prodDisplay = $i.item_product_display.getData())
#set ($prod = '|0|')
#set ($prod = '|' + $i.item_product.getData() + '|' )
#if ($prod == '|0|' || $prod == '||')
#set ($itemDisplay = true)
#else
#if ($prodDisplay == 2 && $request.portlet-session.application-attributes.offeredProducts.contains($prod))
#set ($itemDisplay = true)
#end
#if ($prodDisplay == 1 && $request.portlet-session.application-attributes.offeredProducts.contains($prod) && $request.portlet-session.application-attributes.enrolledProducts.contains($prod))
#set ($bannerDisplay = true)
#end
#if ($prodDisplay == 0 && $request.portlet-session.application-attributes.offeredProducts.contains($prod) && !$request.portlet-session.application-attributes.enrolledProducts.contains($prod))
#set ($bannerDisplay = true)
#end
#end
#set ($companyIgnored = true)
#set ($companyMatched = false)
#if ($itemDisplay)
#foreach($companyId in $companyIds.split(","))
#set ($trimmedId = $companyId.trim())
#if ($trimmedId != '')
#set ($companyIgnored = false)
#set ($companyMatched = ($companyMatched || ($trimmedId == $userCompanyId)))
#end
#end
#end
#if ($itemDisplay && ($companyIgnored || $companyMatched))
$i.getData()
#end
#end
Webtartalom-megjelenítő
Select Card
Apply for your PaychekPLUS! Select MasterCard Prepaid Card:
Webtartalom-megjelenítő
Card Selector
Webtartalom-megjelenítő
cip-denied webcontent
We are unable to verify your identity. An ID Specialist is working to confirm your ID and may call you for additional information (at the telephone number you listed on your application).
- If we are able to verify your ID, a card will be mailed to you.
- If you do not receive a card within 14 business days, we were unable to verify your ID. You can then call Cardholder Services at 1-877-889-0050
Order Personalized Card
Order Personalized Card
- Personal Information
- Verify & Submit
- Get Approval
- Get Started
Webtartalom-megjelenítő
Logo Overrides_3338726
#set ($keepLooking = true)
#set ($userCompanyId = $request.portlet-session.application-attributes.companyId.toString())
#foreach($next in $logo.getSiblings())
#if ($keepLooking)
#set ($companyIds = '')
#set ($companyIds = $next.logo_companies.getData())
#set ($companyIgnored = true)
#set ($companyMatched = false)
#foreach($companyId in $companyIds.split(","))
#set ($trimmedId = $companyId.trim())
#if ($trimmedId != '')
#set ($companyIgnored = false)
#set ($companyMatched = ($companyMatched || ($trimmedId == $userCompanyId)))
#end
#end
#if ($companyIgnored || $companyMatched)
#set ($keepLooking = false)
#end
#end
#end