Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Create a Configuration


Create a Configuration

POST / v1 / terminal / configurations

Creates 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 creation succeeds.

Response

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

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}
Last verified 2026-09-24

Is this helpful?