About ConnectLargeBillerAsVendor
This APi connects with the vendor that is on the Large Biller network. When connected, bill payments are sent to the vendor via ePayments (ACH transfers).
Example
Request
<API_URL_EndPoint>/ConnectLargeBillerAsVendor.json
data = {
"vendorId" : "00901VYSODOZVCY1pu60",
"largeBillerId" : "orv01FRFYLXTQVIEK2or",
"addressId" : "ora01ARBYCCJXYCVFim0",
"accNumber" : "5124881111333311"
}
Response
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
}
}
Resources
Parameters
Field Name | Description | Required? |
---|---|---|
largeBillerId | Bill.com-generated ID for a large vendor. Can be retrieved with LargeBillerSearch | Yes |
accNumber | Account number Large Biller uses for the org | Yes |
vendorId | Bill.com-generated ID for an existing vendor connected to the org | Yes |
addressId | Payment address ID used for the node. | Yes |
address1 | First line of payment address | No |
address2 | Second line of payment address | No |