Start TRIAL Of A Product
POST/v5/contract/:contractId/start-trial
Use this method to trigger an initiation of trial period of a product, defined by the product id. You need also pass Stripe as a payment provider (need to be valid for the contract of the product).
For the provider config for Stripe this is:
- stripeCustomerId or customerId: customer id in stripe, you get this information for your user on the user profile call GET /v5/user/profile
- paymentMethodId: you need to select this one via Stripe directly in your Frontend
Request
Responses
- 200
OK