Get an account

Gets details about a particular account.

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
Responses
200
get/api/v1/accounts/{account_id}
Request samples
Response samples
application/json
{
  • "name": "Testing Account",
  • "zuora_id": "2c92c0f863f2b1680163f579b7e705da",
  • "in_collections": true,
  • "collections_agent": "2018-01-02",
  • "account_currency": "CAD",
  • "home_currency": "USD",
  • "amount_due_account_currency": 15540,
  • "amount_due_home_currency": 800.55,
  • "last_open_invoice_date": "2018-06-12",
  • "average_debt_age": "194.4 days",
  • "statuses": {
    }
}