Update account status and substatus
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
account_id
string
required
ID of the Account
Update account status and substatus to specified values
account_status
string
enum
required
Account status
ACTIVECLOSEDSUSPENDED
Allowed:ACTIVE CLOSED SUSPENDED
account_substatus
string
enum
Account substatus
BANKRUPTCYADMINISTRATIVEINACTIVITYINELIGIBLEDELINQUENTCHARGE_OFFGRANTOR_REQUESTBANKRUPTCYPAID_OFFCUSTOMER_REQUEST_PENDING_PAYOFFGRANTOR_REQUEST_PENDING_PAYOFFDECEASEDRISK_REVIEWFRAUDCUSTOMER_REQUESTRISKHARDSHIP/EXEMPTIONSSETTLEMENT
Show 18 enum values
``200 Successful query of information for a specific account
``401 Unauthorized.
``403 Forbidden.
``422 Invalid input
``429 Too many requests.
``default Unexpected Error.
ShellNodeRubyPHPPython
Bearer
Base URL
https://Contact sales to enable your sandbox/accounts/{account_id}/status
xxxxxxxxxx
curl --request PUT \
--url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts//status \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"account_status": "ACTIVE"
}
'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
``200
Updatedabout 1 year ago