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 Name | Type | Required | Description |
|---|---|---|---|
| Page Name | Text | Yes | Display name for the payment page, visible in Command Center and to customers |
| URL Slug | Text | Yes | Custom 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 Type | Selection | Yes | Choose Fixed (preset amount) or Custom (customer enters amount) |
| Fixed Amount | Number | Yes (if Fixed) | The payment amount every customer pays. Required when Amount Type is Fixed. |
| Currency | Dropdown | Yes | Payment currency |
| Brand Name | Text | Yes | Your brand name displayed on the payment page header |
| Logo | Image upload | Yes | Brand logo displayed on the page. Minimum 200x200 pixels recommended. |
| Color Theme | Hex code | Yes | Accent color for buttons, headers, and visual elements (6-character hex code) |
| Terms and Conditions | URL | No | Link to your terms and conditions document, displayed on the payment page |
| Refund Policy | URL | No | Link 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.
| Setting | Type | Required | Description |
|---|---|---|---|
| Field Type | Dropdown | Yes | One of: Text, Dropdown, Boolean, Date, Date and Time |
| Label | Text | Yes | The field name displayed to the customer |
| Sequence | Number | Yes | Display order (must be greater than 0 and unique within the page) |
| Mandatory | Toggle | Yes | Whether the customer must fill this field to submit payment |
| Help Text / Placeholder | Text | No | Hint text shown to the customer. Placeholder text for Text fields; descriptive text for other types. |
| Regex Validation | Text | No (Text only) | Regular expression pattern for validating Text field input. Default: ^[\s\S]{1,256}$ (1-256 characters). |
| Dropdown Options | Text | Yes (Dropdown only) | Comma-separated list of values that appear in the dropdown menu |
Custom Field Types Reference
| Field Type | Configuration | Validation | Use Cases |
|---|---|---|---|
| Text | Label, placeholder, regex, mandatory | Regex pattern (default: 1-256 characters) | Names, references, addresses, notes |
| Dropdown | Label, options list, mandatory | Must match defined option | Product variants, categories, departments |
| Boolean | Label, mandatory | True/False toggle | Consent checkboxes, opt-in/out |
| Date | Label, mandatory | Date picker validation | Event dates, delivery dates, DOB |
| Date and Time | Label, mandatory | Date-time picker validation | Appointments, scheduling, timestamps |