TrialSettings

Controls what happens when a trial period ends.

  • end_behavior
    Type: object

    Behavior when the trial ends.

    • missing_payment_method
      Type: stringenum

      Action to take when the trial ends without a payment method attached:

      • cancel — cancel the subscription
      • create_invoice(coming soon) create an invoice regardless of payment method
      • pause(coming soon) pause the subscription
      values
      • cancel
      • create_invoice
      • pause