POST /v2/theme

Servers

Request headers

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

Default value: "application/json"

Request body fields

Name Type Required Description
background_color String No

6 digit hex code, e.g. ffe0e0

input_border_width Number No
input_border_radius Number No
error_color_inverse String No

6 digit hex code, e.g. ffe0e0

config Object No
config.is_default Boolean No

Specifies whether the theme is the default theme for the entity. Only one default theme allowed per Entity/Organization.

Default value: false

primary_color_inverse_disabled String No

6 digit hex code, e.g. ffe0e0

text_color String No

6 digit hex code, e.g. ffe0e0

primary_color_disabled String No

6 digit hex code, e.g. ffe0e0

primary_color String No

6 digit hex code, e.g. ffe0e0

logo String No

Uploaded image Id

base_font_family String No

base fonts available for theme

Possible values:

  • "Open Sans"
  • "Lora"
  • "Nunito Sans"
  • "Prompt"
  • "PT Sans"
  • "Noto Sans"
  • "Roboto"
  • "Lato"
  • "Concert One"
  • "Oswald"
  • "Noto Serif"
  • "Montserrat"
  • "Raleway"
  • "Slabo"
  • "Source Sans Pro"
  • "Work Sans"
name String Yes
error_color String No

6 digit hex code, e.g. ffe0e0

panel_background_color String No

6 digit hex code, e.g. ffe0e0

entity_id String No

Entity Id can be located on the organization level as Organization ID (Administration > Organizations > [Organization] > Organisation ID value)

hide_verifone_seal Boolean No

Show/Hide verifone seal on the checkout page

Default value: false

heading_color String No

6 digit hex code, e.g. ffe0e0

primary_color_inverse String No

6 digit hex code, e.g. ffe0e0

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.