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.

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.

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
}