POST /v2/theme
Servers
- https://emea.gsc.verifone.cloud/oidc/checkout-service
- https://us.gsc.verifone.cloud/oidc/checkout-service
- https://nz.gsc.verifone.cloud/oidc/checkout-service
- https://cst.test-gsc.vfims.com/oidc/checkout-service
- https://uscst-gb.gsc.vficloud.net/oidc/checkout-service
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. |
input_border_width |
Number | No | |
input_border_radius |
Number | No | |
error_color_inverse |
String | No |
6 digit hex code, e.g. |
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. |
text_color |
String | No |
6 digit hex code, e.g. |
primary_color_disabled |
String | No |
6 digit hex code, e.g. |
primary_color |
String | No |
6 digit hex code, e.g. |
logo |
String | No |
Uploaded image Id |
base_font_family |
String | No |
base fonts available for theme Possible values:
|
name |
String | Yes | |
error_color |
String | No |
6 digit hex code, e.g. |
panel_background_color |
String | No |
6 digit hex code, e.g. |
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. |
primary_color_inverse |
String | No |
6 digit hex code, e.g. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.