Skip to main content

Payment Page Field Reference

This page provides a complete reference for all fields available when creating or editing a Payment Page. Fields are organized by tab as they appear in the Command Center creation form. For step-by-step creation instructions, see Creating Payment Pages.

Configuration Fields

Field NameTypeRequiredDescription
Page NameTextYesDisplay name for the payment page, visible in Command Center and to customers
URL SlugTextYesCustom identifier in the page URL (e.g., indie-sportz becomes pages.nimbbl.tech/indie-sportz). Use standard URL format with hyphens to separate words.
Amount TypeSelectionYesChoose Fixed (preset amount) or Custom (customer enters amount)
Fixed AmountNumberYes (if Fixed)The payment amount every customer pays. Required when Amount Type is Fixed.
CurrencyDropdownYesPayment currency
Brand NameTextYesYour brand name displayed on the payment page header
LogoImage uploadYesBrand logo displayed on the page. Minimum 200x200 pixels recommended.
Color ThemeHex codeYesAccent color for buttons, headers, and visual elements (6-character hex code)
Terms and ConditionsURLNoLink to your terms and conditions document, displayed on the payment page
Refund PolicyURLNoLink to your refund policy, displayed on the payment page

Custom Attributes Fields

Custom fields are added on the Attributes tab. Each page supports up to 10 custom fields.

SettingTypeRequiredDescription
Field TypeDropdownYesOne of: Text, Dropdown, Boolean, Date, Date and Time
LabelTextYesThe field name displayed to the customer
SequenceNumberYesDisplay order (must be greater than 0 and unique within the page)
MandatoryToggleYesWhether the customer must fill this field to submit payment
Help Text / PlaceholderTextNoHint text shown to the customer. Placeholder text for Text fields; descriptive text for other types.
Regex ValidationTextNo (Text only)Regular expression pattern for validating Text field input. Default: ^[\s\S]{1,256}$ (1-256 characters).
Dropdown OptionsTextYes (Dropdown only)Comma-separated list of values that appear in the dropdown menu

Custom Field Types Reference

Field TypeConfigurationValidationUse Cases
TextLabel, placeholder, regex, mandatoryRegex pattern (default: 1-256 characters)Names, references, addresses, notes
DropdownLabel, options list, mandatoryMust match defined optionProduct variants, categories, departments
BooleanLabel, mandatoryTrue/False toggleConsent checkboxes, opt-in/out
DateLabel, mandatoryDate picker validationEvent dates, delivery dates, DOB
Date and TimeLabel, mandatoryDate-time picker validationAppointments, scheduling, timestamps