About DisconnectCustomerFromNetwork
This disconnects a customer from your organization in the Bill.com network.On success, the customer will not be able to send ePayments (ACH transfers).
The action cannot be undone. If customer must be re-connected, a new SendInvite call must be made.
Example
Request
<API_URL_EndPoint>/DisconnectCustomerFromNetwork.json
data={
"customerId": "value"
}
Response
{
"response_status": 0,
"response_message": "Success"
}
Resources
Parameters
Field Name | Description | Required? |
---|---|---|
customerId | ID of the Customer that will be disconnected from the Bill.com or Large Biller network | Yes |