HomeGuidesAPI ReferenceChangelog
Log In
Guides

Test ACH for Validate Person

Depending on the selected Verification Service (on UI), you can use the following test data:

Request example for WorldPay:

{
    "FirstName": "John",
    "LastName": "Doe",
    "Address": {
        "AddressLine1": "204 Bitterwater Rd",
        "City": "King City",
        "State": "CA",
        "PostalCode": "93930",
        "Country": "USA",
        "PhoneNumber": "408-555-1212"
    },
    "Ach": {
        "AccountNumber": "4099999992",
        "RoutingNumber": "011075150",
        "AccountType": "Checking"
    }
}

Request example for GIACT:

{
    "FirstName": "Robert",
    "LastName": "Williams",
    "Address": {
        "AddressLine1": "2893 Lakecrest Dr",
        "City": "Little Elm",
        "State": "TX",
        "PostalCode": "75068",
        "Country": "USA",
        "PhoneNumber": "1842234100"
    },
    "Ach": {
        "AccountNumber": "0000000018",
        "RoutingNumber": "122105278",
        "AccountType": "Checking"
    }
}