Referrals
Update referral
Updates an existing referral's Stripe customer ID or subscription status.
Referral subscription statuses are kept in sync automatically from
your Stripe events. Only use this endpoint when you need to manually change a
referral's stripe_customer_id or subscription_status
PUT
/
referrals/{id}Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequiredstripe_customer_idstring
subscription_statusstring
Value in:
"active" | "signed_up" | "trialing" | "canceled" | "past_due"Path Parameters
idRequiredstring
Format:
"uuid"