POST /v2/theme/preview

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

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 No
error_color String No

6 digit hex code, e.g. ffe0e0

panel_background_color String No

6 digit hex code, e.g. ffe0e0

response_image_size Object No
response_image_size.height String No

Response image height in pixels

response_image_size.width String No

Response image width in pixels

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

theme_id String No

Parameter that was created within the create theme API call that applies the customizations upon the checkout interface. Read Theming for details.

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.