You need to add a filter parameter to your GET request. This parameter has to be a JSON array of objects. Please refer to the filters main section to see how to build correctly the filter parameter.
Allowed filter combinations for billing subscriptions
Field | Description | Value(s) | Available operators |
---|---|---|---|
status | The invoice status | Look at the invoice status values below |
|
customer_id | The invoice customer id | String |
|
start | The invoice issue date | String (ISO 8601) |
|
finish | The invoice deadline date | String (ISO 8601) |
|
List of invoice status values
Value | Description |
---|---|
| A billing subscription that is paused |
| A billing subscription that is still in draft mode |
| A billing subscription with start_date in future |
| A billing subscription that finished all the occurences |
| A billing subscription that is currently running |