create_subscription_contract
Create a new subscription contract by specifying customer ID, currency code, and next billing date to set up recurring billing.
Instructions
Create a new subscription contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID to associate with the subscription | |
| currencyCode | Yes | Currency code (e.g., 'USD') | |
| nextBillingDate | Yes | Next billing date (ISO 8601 format) |