create_subscription
Create a subscription by linking a product rate plan to a customer with payment and billing details, setting the effective start date for billing.
Instructions
Create a subscription from a product rate plan. POST /subscriptions/from-product-rateplan. Required: productRatePlanId, customerId, customerPaymentMethodId, billingAddressId, effectiveStartDate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productRatePlanId | Yes | Product rate plan ID | |
| customerId | Yes | Customer ID | |
| customerPaymentMethodId | Yes | Customer payment method ID | |
| billingAddressId | Yes | Billing address ID | |
| effectiveStartDate | Yes | Effective start date YYYY-MM-DD |