POST /v1/terminal/configurations/{configuration}

Updates a new Configuration object.

Servers

Path parameters

Name Type Required Description
configuration String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/x-www-form-urlencoded"

Request body fields

Name Type Required Description
stripe_s700 No

An object containing device type specific settings for Stripe S700 readers

name String No

Name of the configuration

expand[] Array No

Specifies which fields in the response should be expanded.

offline No

Configurations for collecting transactions offline.

bbpos_wisepos_e No

An object containing device type specific settings for BBPOS WisePOS E readers

reboot_window No

Reboot time settings for readers that support customized reboot time configuration.

tipping No

Tipping configurations for readers supporting on-reader tips

verifone_p400 No

An object containing device type specific settings for Verifone P400 readers

wifi No

Configurations for connecting to a WiFi network.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.