Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Update a Configuration


Update a Configuration

POST / v1 / terminal / configurations /:id

Updates a new Configuration object.

Parameters

  • bbpos _ wisepad3 object An object containing device type specific settings for the related setting WisePad 3 readers.
  • bbpos _ wisepos _ e object An object containing device type specific settings for the related setting WisePOS E readers.
  • stripe _ s700 object An object containing device type specific settings for Stripe the related setting readers.
  • tipping object Tipping configurations for readers that support on-reader tips.
  • verifone _ p400 object An object containing device type specific settings for Verifone the related setting readers.

More parameters

  • cellular object
  • name string
  • offline object
  • reader _ security object Preview feature
  • reboot _ window object Preview feature
  • stripe _ s710 object
  • verifone _ m425 object
  • verifone _ p630 object
  • verifone _ ux700 object
  • verifone _ v660p object
  • wifi object

Returns

Returns a Configuration object if the update succeeds.

Response

{ "id": "tmc_FQqbaQCiy0m1xc", "object": "terminal.configuration", "bbpos_wisepos_e": { "splashscreen": "file_1NtDiPBHO5VeT9SUvD7GHCi0" }, "is_account_default": false, "livemode": false}

Retrieve a Configuration

GET / v1 / terminal / configurations /:id

Retrieves a Configuration object.

Parameters

No parameters.

Returns

Returns a Configuration object if a valid identifier was provided.

Response

{ "id": "tmc_FQqbaQCiy0m1xc", "object": "terminal.configuration", "is_account_default": false, "livemode": false}

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

Last verified 2026-09-24

Is this helpful?