improved

Getting network connection status with vendors API endpoints

You can now get the BILL network connection status of a vendor when you create a vendor (POST /v3/vendors) or get vendor details (GET /v3/vendors or GET /v3/vendors/{vendorId}).

In the API response, networkStatus is now available for providing information about the BILL network connection status. This field can have one of four status values.

ValueDescription
NOT_CONNECTEDNot connected with a vendor in the BILL network
PENDINGInvitation is sent to the vendor in the BILL network
CONNECTEDThe vendor in the BILL network has accepted the invitation. You are connected with the vendor.
CONNECTED_RPPSConnected with a verified national vendor

See Connecting with a BILL network vendor for more information.