Settings
Configure your merchant profile, general settings, and custom fields
Settings let you configure your account preferences, business information, branding, and platform-wide options that affect how RevKeen works for you and your customers.
General settings
Navigate to Settings > General in the sidebar to access general account configuration.
Business information
Configure your business details that appear on invoices, checkout pages, and customer communications:
| Setting | Description |
|---|---|
| Business Name | Your legal business name |
| Display Name | Name shown to customers |
| Business Address | Registered business address |
| Support Email | Email for customer inquiries |
| Support Phone | Phone number for customers |
| Website URL | Your business website |
Branding
Customize your brand appearance across checkout pages, invoices, emails, and the customer portal:
- Logo -- Upload your business logo (used on invoices, checkout)
- Favicon -- Small icon for browser tabs
- Brand Color -- Primary color for buttons and accents
- Accent Color -- Secondary color for highlights
Brand settings apply to checkout pages, invoices, emails, and the customer portal.
Currency and localization
| Setting | Description |
|---|---|
| Default Currency | Primary currency for new products |
| Timezone | Used for scheduling and reporting |
| Date Format | How dates are displayed |
| Language | Dashboard language preference |
Invoice settings
Customize invoice defaults:
- Invoice Prefix -- Prefix for invoice numbers (e.g.,
INV-) - Next Invoice Number -- Starting number for invoices
- Default Due Days -- Days until invoice is due
- Default Footer -- Text that appears on all invoices
- Default Memo -- Note to include on invoices
Email settings
Configure outgoing email behavior:
| Setting | Description |
|---|---|
| From Name | Name shown in email sender field |
| Reply-To Email | Where customer replies go |
| BCC Email | Receive copies of all customer emails |
Payment settings
Configure payment behavior:
- Statement Descriptor -- What appears on customer credit card statements
- Auto-finalize Invoices -- Automatically finalize draft invoices
- Auto-charge Invoices -- Automatically charge when invoice is due
Use a recognizable statement descriptor to reduce chargebacks. Include your business name or URL so customers recognize the charge.
Wallet payment methods (Apple Pay and Google Pay)
Enable digital wallet payments on your checkout pages. Navigate to Settings > Checkout Appearance to configure:
| Setting | Description |
|---|---|
| Apple Pay | Enable Apple Pay on checkout (Safari on macOS/iOS) |
| Google Pay | Enable Google Pay on checkout (all major browsers) |
When enabled, customers see wallet payment tabs alongside the standard card form. Wallet buttons only appear on supported devices.
Apple Pay requires your NMI gateway to have Apple Pay enabled. Contact your payment processor if you need to activate it. No additional domain verification is required -- RevKeen handles this automatically.
Apple Pay cannot be used for auto-charge subscriptions because wallet tokens are one-time use and cannot be saved for recurring billing. Customers will be prompted to use a card for these products.
Subscription settings
Default settings for subscriptions:
| Setting | Description |
|---|---|
| Proration Behavior | How to handle mid-cycle upgrades/downgrades |
| Collection Method | Auto-charge or send invoice |
| Days Until Due | For invoiced subscriptions |
Notification preferences
Control which notifications you receive:
- Payment notifications -- Successful payments, failures
- Subscription events -- New, canceled, past due
- Dispute alerts -- Chargeback notifications
- Daily/weekly digests -- Summary emails
Data export
Export your RevKeen data:
- Go to Settings > General > Data Export
- Select what to export (customers, invoices, subscriptions, etc.)
- Choose date range
- Click Export
- Download the CSV file
Profile settings
Access your profile settings by clicking your avatar in the top-right corner and selecting My Profile, or navigate to Settings > Profile in the sidebar.
Profile settings are specific to your user account and do not affect your organization's business settings.
Profile photo
Add a profile photo to personalize your account and help team members identify you.
| Requirement | Details |
|---|---|
| Supported Formats | JPEG, PNG, GIF, WebP |
| Maximum Size | 2 MB |
| Recommended | Square image, at least 200x200 pixels |
To upload or change your profile photo:
- Click Upload Photo in the Profile Photo section
- Select an image file from your device
- The photo will be uploaded and saved automatically
If you do not upload a photo, your initials will be displayed as your avatar.
Personal information
Update your personal details that are displayed across the platform:
| Field | Description | Editable |
|---|---|---|
| Full Name | Your display name shown to team members and in activity logs | Yes |
| Email Address | Your login email and where notifications are sent | Contact support |
| Phone Number | Contact number for account recovery and notifications | Yes |
| Job Title | Your role or position within your organization | Yes |
To update your profile information:
- Navigate to your Profile Settings
- Edit the fields you want to update
- Click Save Changes
- You will see a confirmation message when saved successfully
Changes to your profile are reflected immediately across the platform, including in team activity logs and notifications.
Changing your email
For security reasons, email address changes require verification:
- Contact the support team with your request
- Verify ownership of both your current and new email addresses
- Once verified, your email will be updated
Security
From the Profile page, you can also access security settings:
- Change Password -- Update your account password
Click the Change Password button in the Security section to update your password. You will need to provide your current password and confirm your new password.
Profile best practices
- Use a professional photo that clearly shows your face
- Keep your contact information up to date for account recovery
- Use your real name so team members can easily identify you
- Add your job title to help others understand your role
- Change your password regularly and use a strong, unique password
Custom fields
Navigate to Settings > Custom Fields to manage your fields.
Custom fields allow you to capture additional information on customers, orders, and subscriptions that is specific to your business needs.
What are custom fields?
Custom fields let you store additional data on RevKeen objects:
- Customers -- Industry, company size, account manager
- Orders -- Special instructions, project codes, PO numbers
- Subscriptions -- Contract ID, renewal notes
- Checkout -- Collect info during checkout (license plate, T-shirt size)
Supported entities
| Entity | Description |
|---|---|
| Customer | Fields appear on customer profiles |
| Order | Fields appear on one-time orders |
| Subscription | Fields appear on subscriptions |
| Checkout | Fields collected during checkout |
Field types
| Type | Description | Use Case |
|---|---|---|
| Text | Single line text input | Names, IDs, short notes |
| Textarea | Multi-line text input | Descriptions, instructions |
| Number | Numeric input | Quantities, scores, employee count |
| Select | Dropdown with predefined options | Categories, industries, status |
| Multi-Select | Multiple selections allowed | Tags, features, interests |
| Date | Date picker | Birthdays, contract dates |
| Checkbox | Yes/No toggle | Opt-ins, confirmations |
Creating a custom field
- Click Add Field
- Select the entity (Customer, Order, etc.)
- Enter a field name
- Select the field type
- Configure options:
- Required -- Must be filled
- Visible to customer -- Shown on portal/checkout
- Editable by customer -- Customer can update
- For Select/Multi-Select, add the options
- Click Create Field
Field names become machine-readable keys. Use descriptive names that work well in your code (e.g., company_size instead of Size).
Checkout custom fields
Collect information during checkout:
- Create a custom field with entity type "Checkout"
- Mark it as required if needed
- The field appears on the checkout page
- Data is stored with the order or subscription
Common checkout fields:
- T-shirt size
- Dietary restrictions
- License plate number
- Purchase order number
- Gift message
Viewing custom field data
Custom field values appear:
- On the entity detail page (Customer, Order, etc.)
- In list views (enable column)
- In exports (CSV, reports)
- Via API in the metadata object
- In webhook payloads
Filtering by custom fields
Use custom fields to filter lists:
- Go to the entity list (Customers, Orders, etc.)
- Click Filters
- Select your custom field
- Enter the filter value
- Apply the filter
Editing custom fields
You can modify certain field properties after creation:
| Property | Editable? | Notes |
|---|---|---|
| Display name | Yes | Rename anytime |
| Required | Yes | Only affects new entries |
| Visibility | Yes | Show/hide from customers |
| Field type | No | Cannot change after creation |
| Options (Select) | Add only | Can add options, not remove |
Deleting custom fields
To delete a custom field:
- Click the field to edit
- Click Delete Field
- Confirm deletion
Deleting a field removes it from the interface but existing data is preserved in the metadata. You can recreate the field with the same key to restore access.
Next steps
- Team Management -- Manage team access and permissions
- Notifications -- Configure notification preferences
- Events -- Monitor activity across your account