Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

List all feedback options


List all feedback options

GET / v1 / billing / feedback_options

Returns a list of your feedback options.

Parameters

No parameters.

More parameters

  • ending _ before string
  • limit integer
  • starting _ after string
  • status enum

Returns

Returns a list of feedback option objects. Pass the status parameter to return only active or only inactive feedback options.

Response

Deactivate a feedback option

POST / v1 / billing / feedback_options /:id / deactivate

Deactivates a feedback option. Deactivated feedback options cannot be used in portal configurations.

Parameters

  • id string Required The ID of the feedback option to deactivate.

Returns

Returns the feedback option object with a status of inactive. Deactivated feedback options can’t be added to portal configurations.

Response

{ "id": "fo_1MowQVLkdIwHu7ixeRlqHVzs", "object": "billing.feedback_option", "description": "Too expensive", "livemode": false, "status": "inactive", "status_transitions": { "deactivated_at": 1680651600 }}
Last verified 2026-09-24

Is this helpful?