Update account status

Updates the status of an account. You must use the two query parameters to specify the status that you want to update, and the new value of the status.

Note: The Collections Window, Notes, Advanced Payment Manager, Payment Plans, and Statement Generator features are entering end of support on June 3, 2024. For more information, please refer to the Product and Feature End of Support page.

Request
path Parameters
account_id
required
string

The account ID.

Example: 2c92c0f86680fd090166a578754812bd
query Parameters
status
required
string

The status that you want to update for the specified account. All statuses must be in lower case. Use underscore instead of space to define the status.

Example: status=in_dispute
value
boolean

The new value of the status. 0 indicates false, while 1 indicates true.

Responses
200
post/api/v1/accounts/{account_id}/update_status
Request samples
Response samples
application/json
{
  • "success": true
}