How It Works
- Create a stylesheet with your custom CSS rules.
- Give it a unique name that you will reference in your API requests.
- Reference the stylesheet name when generating a card entry or display form. PCI Booking renders the form with your styles applied.
Managing Stylesheets via the Portal
- Log into the PCI Booking portal.
- Navigate to GUI Settings > Stylesheet Settings.
- Click the plus icon to create a new stylesheet.
- Provide:
- Resource name - a unique name used to reference this stylesheet in API requests.
- Resource description - a free-text description for your reference.
- Resource Content LTR - CSS rules for left-to-right page layouts.
- Resource Content RTL - CSS rules for right-to-left page layouts (e.g. Arabic, Hebrew).
Managing Stylesheets via the API
You can also manage stylesheets programmatically:When updating a stylesheet via the API, the new content overwrites the existing content entirely.
Next Steps
Hosted Card Entry Form
Card capture form that uses stylesheets
Card Display
Card display form that uses stylesheets
Custom Translations
Customize form text and labels

