Chargebee integration (Finance). Imported from open-connector.
https://{site}.chargebee.com/api/v2/customers
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records Chargebee should return. |
| offset | string | optional | The next_offset value returned by a previous Chargebee list call. |
| id | string | optional | A Chargebee resource identifier. |
| customerId | string | optional | A Chargebee resource identifier. |
| subscriptionId | string | optional | A Chargebee resource identifier. |
| string | optional | Filter customers whose email exactly matches this value. | |
| status | string | optional | Filter resources whose status exactly matches this value. |
| itemId | string | optional | A Chargebee resource identifier. |
| sortBy | string | optional | The Chargebee field to sort by. |
| sortOrder | string | optional | The sort direction. |
/customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customerId | string | required | A Chargebee resource identifier. |
/customers
| Param | Type | Required | Description |
|---|---|---|---|
| firstName | string | optional | Input field mapped to wire key via bodyTransform. |
| lastName | string | optional | Input field mapped to wire key via bodyTransform. |
| vatNumber | string | optional | Input field mapped to wire key via bodyTransform. |
| autoCollection | string | optional | Input field mapped to wire key via bodyTransform. |
| netTermDays | integer | optional | Net term days for the customer. |
| id | string | optional | Chargebee customer id. |
| string | optional | Chargebee customer email. | |
| phone | string | optional | Chargebee customer phone. |
| company | string | optional | Chargebee customer company. |
/subscriptions
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records Chargebee should return. |
| offset | string | optional | The next_offset value returned by a previous Chargebee list call. |
| id | string | optional | A Chargebee resource identifier. |
| customerId | string | optional | A Chargebee resource identifier. |
| subscriptionId | string | optional | A Chargebee resource identifier. |
| string | optional | Filter customers whose email exactly matches this value. | |
| status | string | optional | Filter resources whose status exactly matches this value. |
| itemId | string | optional | A Chargebee resource identifier. |
| sortBy | string | optional | The Chargebee field to sort by. |
| sortOrder | string | optional | The sort direction. |
/subscriptions/{subscriptionId}
| Param | Type | Required | Description |
|---|---|---|---|
| subscriptionId | string | required | A Chargebee resource identifier. |
/invoices
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records Chargebee should return. |
| offset | string | optional | The next_offset value returned by a previous Chargebee list call. |
| id | string | optional | A Chargebee resource identifier. |
| customerId | string | optional | A Chargebee resource identifier. |
| subscriptionId | string | optional | A Chargebee resource identifier. |
| string | optional | Filter customers whose email exactly matches this value. | |
| status | string | optional | Filter resources whose status exactly matches this value. |
| itemId | string | optional | A Chargebee resource identifier. |
| sortBy | string | optional | The Chargebee field to sort by. |
| sortOrder | string | optional | The sort direction. |
/invoices/{invoiceId}
| Param | Type | Required | Description |
|---|---|---|---|
| invoiceId | string | required | A Chargebee resource identifier. |
/item_prices
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records Chargebee should return. |
| offset | string | optional | The next_offset value returned by a previous Chargebee list call. |
| id | string | optional | A Chargebee resource identifier. |
| customerId | string | optional | A Chargebee resource identifier. |
| subscriptionId | string | optional | A Chargebee resource identifier. |
| string | optional | Filter customers whose email exactly matches this value. | |
| status | string | optional | Filter resources whose status exactly matches this value. |
| itemId | string | optional | A Chargebee resource identifier. |
| sortBy | string | optional | The Chargebee field to sort by. |
| sortOrder | string | optional | The sort direction. |
/item_prices/{itemPriceId}
| Param | Type | Required | Description |
|---|---|---|---|
| itemPriceId | string | required | A Chargebee resource identifier. |