POST /v2/theme/preview
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. |
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 | No | |
error_color |
String | No |
6 digit hex code, e.g. |
panel_background_color |
String | No |
6 digit hex code, e.g. |
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. |
primary_color_inverse |
String | No |
6 digit hex code, e.g. |
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
- 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.