Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

List all Configurations


List all Configurations

GET / v1 / terminal / configurations

Returns a list of Configuration objects.

Parameters

  • is _ account _ default boolean if present, only return the account default or non-default configurations.

More parameters

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

Returns

A dictionary with a data property that contains an array of up to limit configurations, starting after configurations configurations. Each entry in the array is a separate Terminal configurations object. If no more configurations are available, the resulting array will be empty.

Response

Delete a Configuration

DELETE / v1 / terminal / configurations /:id

Deletes a Configuration object.

Parameters

No parameters.

Returns

Returns the Configuration object that was deleted.

Response

{ "id": "tmc_FQqbaQCiy0m1xc", "object": "terminal.configuration", "deleted": true}
Last verified 2026-09-24

Is this helpful?