Skip to main content
PATCH
Set Subscription Renew Enabled

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

enabled
boolean
required

Response

Successful Response

id
string
required
name
string
required
email
string<email>
required
image_url
string | null
required
stripe_customer_ref
string | null
required
stripe_payment_method_ref
string | null
required
stripe_subscription_ref
string | null
required
stripe_price_ref
string | null
required
subscription_tier
enum<string> | null
required
Available options:
TRIAL,
STARTER,
PRO,
SCALE,
ENTERPRISE
subscription_expired_at
string<date-time> | null
required
subscription_status
string | null
required
current_period_start
string<date-time> | null
required
current_period_end
string<date-time> | null
required
subscription_renew_enabled
boolean
required
cancel_at_period_end
boolean
required
credit_checks_enabled
boolean
required
has_plan
boolean
required
auto_recharge_enabled
boolean
required
auto_recharge_threshold_trigger_amount
integer
required
auto_recharge_to_amount
integer
required
created_at
string<date-time>
required
open_invoice_url
string | null