This endpoint creates or updates a fixed charge override for a specific subscription. If the subscription does not have a plan override yet, one will be created automatically. The fixed charge override allows customizing specific fixed charge properties (invoice_display_name, units, properties, taxes) without affecting the original plan fixed charge. This is a premium feature.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
External ID of the existing subscription.
"sub_1234567890"
Code of the existing fixed charge.
"setup_fee_charge"
Filter by subscription status. When provided, the subscription is looked up with this status instead of the default active status. Possible values are pending, active, terminated, or canceled.
pending, active, terminated, canceled "active"
Fixed charge override payload
Properties of a fixed charge that can be overridden at the subscription level.
Fixed charge override created or updated