Sample - Stripe API
GET/v1/billing/feedback_options/{id}

Retrieve a feedback option

Retrieves a feedback option by its unique identifier. Supply id to select the feedback option and use expand to include expanded response fields. The response contains the option's description, status, and lifecycle information.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
idstringrequired
The unique identifier of the feedback option. Maximum 5,000 characters.
expandarray<string>optional
Fields to expand in the response. Each field name can contain up to 5,000 characters.

2 status codes
200Returns the feedback option with its description, unique identifier, live-mode flag, object type, status, and status transition details.
descriptionstringrequired
An arbitrary string attached to the object. Often useful for displaying to users.
idstringrequired
Unique identifier for the object.
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
Allowed:billing.feedback_option
statusstringrequired
The feedback option's status.
Allowed:activeinactive
status_transitionsobjectrequired
defaultError response.
errorobjectrequired

Error handling

id must identify an existing feedback option and must not exceed 5,000 characters. Each value in expand must not exceed 5,000 characters.