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.