Back to Ascentis Hr & Payroll Made Easy Home
PhonePartner Log-in
 
 
 
 
 
 
 

HRIS PAYROLL RECRUITING TIME AND ATTENDANCE SELF-SERVICE CARRIER CONNECT PAYROLL CONNECT
IMPLEMENTATION ASCENTIS HR TRAINING ASCENTIS PAYROLL TRAINING
BENEFITS BROKERS HR CONSULTING FIRMS MPay BUREAUS MS DYNAMICS SL RESELLERS SAGE ACCPAC RESELLERS HOW TO BECOME A PARTNER
DOWNLOADS & DOCUMENTATION GO-TO-ASSIST LEAP FILE
WEBINAR WEBINAR ARCHIVE CASE STUDIES | VIDEO INTERVIEWS WHITE PAPERS ASCENTIS BLOG HR, BENEFITS & PAYROLL NEWS JOIN US ON FACEBOOK FOLLOW US ON TWITTER
FREQUENTLY ASKED QUESTIONS EXECUTIVE TEAM UPCOMING EVENTS PRESS RELEASES CAREERS CONTACT ASCENTIS

Direct Deposits
Home > Resources > Direct Deposits

The Direct Deposit API allows users to retrieve all direct deposits for a given employee.

Resource URL

https://serverurl/path/v1.1/employee/[empuid]/deposit
.

Example Request
GET https://serverurl/api/v1.1/employee/26/deposit
Return Value
Http header "Accept" value -- "text/xml" or "application/xml" will return XML, otherwise JSON will be returned.
XML
<deposits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns
:xsd="http://www.w3.org/2001/XMLSchema"> <deposit> <bank>Washington Mutual</bank> <acctNumber>280430230</acctNumber> <acctNickname>Savings</acctNickname> <nameOnAcct>Tanisha Jones</nameOnAcct> <routingNbr>123123123</routingNbr> <accountType>1</accountType> <depositType>7</depositType> <depositTypeDesc>Net Pay minus Flat Amount</depositTypeDesc> <amount>0</amount> <priority>1</priority> <startDate>2003-08-01T00:00:00</startDate> <stopDate xsi:nil="true" /> </deposit> <deposit> <bank>GESA Credit Union</bank> <acctNumber>50505968</acctNumber> <nameOnAcct>Tanisha Jones</nameOnAcct> <routingNbr>123123123</routingNbr> <accountType>2</accountType> <depositType>5</depositType> <depositTypeDesc>Flat Amount</depositTypeDesc> <amount>400</amount> <priority>2</priority> <startDate>2003-08-01T00:00:00</startDate> <stopDate xsi:nil="true" /> </deposit> </deposits>
JSON
{
    "deposits": [
        {
            "bank": "BankName",
            "acctNumber": "AcctNumber",
            "acctNickname": "AcctNickname",
            "nameOnAcct": "NameOnAcct",
            "routingNbr": "ABARouting",
            "accountType": "AcctTypeCode",
            "depositType": DDepositCodeID,
            "depositTypeDesc": "Deposit code Name from DDepositeCode table",
            "amount": Amount,
            "priority": Priority,
            "startDate": "StartDate",
            "stopDate": "StopDate"
        },
        {
            "bank": "GESA Credit Union",
            "acctNumber": "50505968",
            "nameOnAcct": "Tanisha Jones",
            "routingNbr": "123123123",
            "accountType": "2",
            "depositType": 5,
            "depositTypeDesc": "Flat Amount",
            "amount": 400,
            "priority": 2,
            "startDate": "2003-08-01T00:00:00"
        }
    ]
}


  • Choose different API...
    • Employee Finder
    • Find API Fields
    • File Attachments
    • Benefit Enrollments
    • Compensation
    • Employee data
    • Employee Benefits
    • Find a Benefit Plan
    • User Defined Fields
    • Job
    • New Hire
    • Updates
    • Direct Deposits
    • Change Log
    • COBRA
    • Emergency Contacts
    • Company Jobs
    • Company Locations
    • Raw Data


Resource Information
Requires Authentication?Yes
Response Formatsjson
xml
HTTP MethodsGET
Request ContentN/A
Return Code200: Response Completed
403: Incorrect Authorization
400: Bad Data
404: No changes exist
API Versionv1.1 only


Home | Solutions | Professional Services | Partners | Case Studies | Support | About Us | Blog | Contact Us | Site Map

Ascentis offers a comprehensive suite of on-demand HRIS/HRMS HR software, employee self-service, online payroll, applicant tracking system, and time and attendance software solutions. Our HRIS software/ HR management software, online payroll services, recruiting software, and online timesheet products are easy to set up, use, and are fully backed by friendly customer support professionals. Ascentis has been an innovative leader in human resource software since 1980.