POST /v1/terminal/configurations

Creates a new Configuration object.

Servers

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 Object No

An object containing device type specific settings for Stripe S700 readers

stripe_s700.splashscreen No
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 Object No

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

bbpos_wisepos_e.splashscreen No
reboot_window Object No

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

reboot_window.start_hour Integer Yes
reboot_window.end_hour Integer Yes
tipping No

Tipping configurations for readers supporting on-reader tips

verifone_p400 Object No

An object containing device type specific settings for Verifone P400 readers

verifone_p400.splashscreen No
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.