About NetworkSearch
This call searches the Bill.com network, including the Large Biller Network. Searches can be filtered on combinations of name, zip code, and account number.
NOTE: This returns maximum of 25 results.
Example
Request
<API_URL_EndPoint>/NetworkSearch.json
data={
"name" : "Alpine",
"addressZip" : "94041"
"accNumber": "12345"
"networks": ["0", "1"]
}
Response
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
"results" :
[{
"displayName" : "Alpine Realtors",
"showDisplayNameInNetwork": false,
"type" : "0",
"networkId" : "0cu01SRGEFVVIQOBUG2w",
"addressLine1": "123 Main Street",
"addressCity" : "San Jose",
"addressState": "CA",
"addressCountry": USA",
"addressZip": 95134",
"verifiedEmailDomain": "********@email.com",
"managedByName": "John Doe",
"managedByEmail": "j***e@email.com",
"numberOfConnections": 5,
"rank": 2,
"matchScore": 74.10771,
"accountType": "business",
"matchMode": "All terms"
},
{
"displayName" : "Alpine Bank",
"showDisplayNameInNetwork": false,
"type" : "1",
"networkId" : "0cu01SRGEFVVIQOBUG2w",
"verifiedEmailDomain": "",
"numberOfConnections": 0,
"rank": 0,
"matchScore": 51.534378,
"matchMode": "All terms"
}]
}
}
Parameters
Request parameters
Field Name | Description | Required? |
---|---|---|
name | Company name | Yes |
accNumber | Account number associated with business | No |
addressZip | Zip code of business | No |
networks | List of networks to search. 0 = Bill.com 1 = Large Biller By default, this searches "0" & "1" |
No |
Response parameters
If a match exists, two possible outcomes display: Payable Large Biller to connect - or a Payable or Receivable Bill.com Network node.
Field Name | Bill.com Network | Large Biller Network |
---|---|---|
displayName | Org Display Name | billerName |
type | 0 | 1 |
networkId | PNI (Payment Network Id) of the Org | largeBillerId |
addressLine1 |
Address line 1 | - |
addressCity |
City | - |
addressState | State | - |
addressCountry | Country | - |
addressZip | Zip code | - |
verifiedEmailDomain | Verified email address domain | - |
numberOfConnections | Total number of connections | 0 |