# getCurrentPlan

### Description

Retrieves the current plan that the customer has subscribed to.

### Header parameters

<table><thead><tr><th>Name</th><th>Info</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>customerID</td><td>ID of customer</td><td>true</td></tr><tr><td>language</td><td>Language in ISO standard</td><td>false</td></tr><tr><td>lngID</td><td>Language ID</td><td>false</td></tr><tr><td>currencyID</td><td>ID off currency</td><td>false</td></tr></tbody></table>

### Response&#x20;

```json
struct {
    "planID": number,
    "modulesIncluded": array [],
    "maxUsers": number,
    "invoiceID": string,
    "endDate": string,
    "recurring": string,
    "startDate": string,
    "status": status,
    "bookingID": number,
    "priceMonthly": number,
    "nextPlan": struct {},
    "planName": string
}
```
