Subvisory integration (Finance). Imported from open-connector.
https://www.subvisory.com/api/v1/subscriptions
/api/v1/subscriptions
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | Subscription name. |
| cost | string | required | Cost per billing cycle as a string or number. |
| currency | string | optional | ISO 4217 currency code. |
| billingCycle | string | optional | How often the subscription is billed. |
| customCycleDays | integer | optional | Number of days per cycle when billingCycle is custom. |
| startDate | string | required | ISO 8601 date or timestamp accepted by Subvisory. |
| status | string | optional | Current subscription status. |
| categoryId | string | optional | — |
| paymentMethodId | string | optional | — |
| notes | string | optional | — |
| cancellationReason | string | optional | — |
| logoUrl | string | optional | Custom logo URL, empty string, or null. |
| url | string | optional | Service URL, empty string, or null. |
| autoRenew | boolean | optional | Whether the subscription auto-renews. |
/api/v1/subscriptions/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Unique Subvisory resource ID. |
/api/v1/subscriptions/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Unique Subvisory resource ID. |
| name | string | optional | Subscription name. |
| cost | string | optional | Cost per billing cycle as a string or number. |
| currency | string | optional | ISO 4217 currency code. |
| billingCycle | string | optional | How often the subscription is billed. |
| customCycleDays | integer | optional | Number of days per cycle when billingCycle is custom. |
| startDate | string | optional | ISO 8601 date or timestamp accepted by Subvisory. |
| status | string | optional | Current subscription status. |
| categoryId | string | optional | — |
| paymentMethodId | string | optional | — |
| notes | string | optional | — |
| cancellationReason | string | optional | — |
| logoUrl | string | optional | Custom logo URL, empty string, or null. |
| url | string | optional | Service URL, empty string, or null. |
| autoRenew | boolean | optional | Whether the subscription auto-renews. |
/api/v1/subscriptions/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Unique Subvisory resource ID. |
/api/v1/categories
/api/v1/categories
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | Category name. |
| color | string | optional | Hex color code for UI display. |
| icon | string | optional | — |
| isDefault | boolean | optional | Whether this is a default category. |
| sortOrder | integer | optional | Sort position for UI ordering. |
/api/v1/categories/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Unique Subvisory resource ID. |
/api/v1/categories/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Unique Subvisory resource ID. |
| name | string | optional | Category name. |
| color | string | optional | Hex color code for UI display. |
| icon | string | optional | — |
| isDefault | boolean | optional | Whether this is a default category. |
| sortOrder | integer | optional | Sort position for UI ordering. |
/api/v1/categories/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Unique Subvisory resource ID. |
/api/v1/payment-methods
/api/v1/payment-methods
| Param | Type | Required | Description |
|---|---|---|---|
| label | string | required | Display label for the payment method. |
| type | string | optional | — |
| icon | string | optional | — |
| sortOrder | integer | optional | Sort position for UI ordering. |
/api/v1/payment-methods/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Unique Subvisory resource ID. |
/api/v1/payment-methods/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Unique Subvisory resource ID. |
| label | string | optional | Display label for the payment method. |
| type | string | optional | — |
| icon | string | optional | — |
| sortOrder | integer | optional | Sort position for UI ordering. |
/api/v1/payment-methods/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Unique Subvisory resource ID. |