MoonClerk integration (Finance, Productivity). Imported from open-connector.
https://api.moonclerk.com/forms
| Param | Type | Required | Description |
|---|---|---|---|
| count | integer | optional | The number of rows to return. MoonClerk accepts values from 1 to 100. |
| offset | integer | optional | The starting offset for pagination in the current result set. |
/forms/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The MoonClerk numeric identifier. |
/customers
| Param | Type | Required | Description |
|---|---|---|---|
| count | integer | optional | The number of rows to return. MoonClerk accepts values from 1 to 100. |
| offset | integer | optional | The starting offset for pagination in the current result set. |
| form_id | integer | optional | The MoonClerk numeric identifier. |
| checkout_from | string | optional | The date in YYYY-MM-DD format required by MoonClerk. |
| checkout_to | string | optional | The date in YYYY-MM-DD format required by MoonClerk. |
| next_payment_from | string | optional | The date in YYYY-MM-DD format required by MoonClerk. |
| next_payment_to | string | optional | The date in YYYY-MM-DD format required by MoonClerk. |
| status | string | optional | The MoonClerk customer subscription status filter. |
/customers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The MoonClerk numeric identifier. |
/payments
| Param | Type | Required | Description |
|---|---|---|---|
| count | integer | optional | The number of rows to return. MoonClerk accepts values from 1 to 100. |
| offset | integer | optional | The starting offset for pagination in the current result set. |
| form_id | integer | optional | The MoonClerk numeric identifier. |
| customer_id | integer | optional | The MoonClerk numeric identifier. |
| date_from | string | optional | The date in YYYY-MM-DD format required by MoonClerk. |
| date_to | string | optional | The date in YYYY-MM-DD format required by MoonClerk. |
| status | string | optional | The MoonClerk payment status filter. |
/payments/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The MoonClerk numeric identifier. |