FAQ Documentation home
Back to Documentation home
Help Β· Quick answers

Frequently asked questions.

Short, practical answers to the things customers ask us most β€” grouped by topic. Each one is tagged so you know at a glance whether it’s a quick self-service fix or something to bring to support.

Every answer is tagged β€”Self-service you can fix this yourselfSupport best handled with our team

Catalog & Lots

Lots are showing in my backend but aren't visible to bidders on the front end. What's happening?

Self-service

The fix is to unpublish and republish the event:

  1. Go to the Auctions list and find the auction.
  2. Click the Cloud Published toggle to turn it off. The catalog will disappear from your website briefly.
  3. Click the toggle again to turn it back on.
  4. Refresh the front-end page β€” all lots should now be visible.

No bids or bidder registrations are lost during this process. If the issue reoccurs, contact support so the root cause can be investigated further.

If this happens close to or during a live auction, contact support immediately in addition to applying this fix.

How do I reorder lots within an auction?

Self-service

There are three ways to reorder lots within an auction:

  • Drag and drop β€” go to the Lots & Items tab within the auction and drag lots into your preferred sequence. Changes are saved automatically.
  • CSV upload β€” export your lot list, update the lot number order in the spreadsheet, and re-import. This is the most efficient method for large catalogs.
  • Barcode scan β€” use the barcode scan workflow to scan items in the physical order you want them to appear. The system will assign lot numbers sequentially based on the scan order.

I uploaded a CSV and the items aren't showing up anywhere. Where did they go?

Self-service

CSV uploads are processed in the background β€” there can be a delay of up to a few minutes before newly uploaded items appear in the list. If you uploaded the file and saw no red errors on the validation screen, the items are likely processing. Wait two to three minutes, then refresh the page.

If items still don't appear after refreshing:

  • Check whether you uploaded to the correct consignment. Items upload into the specific consignment you were viewing β€” if you navigated away during the upload, the items may have landed in a different consignment.
  • Check the ConsignmentId column in your CSV, if you used it. This field takes the system-generated numeric ID for a consignment (found in the URL when viewing the consignment), not its name or reference number. A wrong ID routes items into a different consignment silently.
  • Review the validation screen output β€” yellow warnings are safe to proceed past, but red errors will block the upload entirely. A red error with no clear message usually indicates a case-sensitive column header issue.
The most common cause of a silent failed upload is a column header with a trailing space or wrong capitalisation β€” for example Lotname instead of LotName. Always use the downloaded template rather than retyping headers manually.

What is the ConsignmentId column in the CSV? Is it the same as the reference number?

Self-service

No β€” ConsignmentId is the system-generated numeric ID that Bidsquare assigns to each consignment automatically. It is not the same as any reference number you assign yourself.

To find the ConsignmentId for a consignment: navigate to Consignments β€Ί Consignments, open the consignment you want, and look at the URL in your browser β€” the number at the end of the URL is the ConsignmentId.

The CSV also supports two alternative columns if you prefer:

  • ConsignmentReferenceNumber β€” maps to the reference number you assigned when creating the consignment.
  • ConsignorEmail β€” maps to the primary email address on the consignor's profile. Bidsquare will use that email to find the consignor and route items into their most recent open consignment.

If none of these columns are included, uploaded items will land in the consignment you were viewing when you initiated the upload.

Is there a CSV column for assigning items directly to an auction event?

Self-service

No β€” the item CSV upload does not support direct assignment to an auction event. Items must first be uploaded to a consignment, and then assigned to an auction using the lot assignment tools.

This is intentional: items in Bidsquare must belong to a consignment before they can appear in a sale. If you don't have a consignment yet, create a placeholder one (even with a temporary consignor like "House Consignor") before uploading your items.

Once items are in a consignment, use Auctions β€Ί [auction] β€Ί Lots & Items β€Ί Add Items to assign them to the sale and assign lot numbers from there.

If you're migrating from another system and want to upload items already assigned to a specific auction, the recommended path is: create the auction first, upload items to a consignment, then use batch-assign to move them into the auction in one step.

CSV Uploads

My CSV upload is failing with "missing required columns" errors. How do I fix this?

Self-service

This is usually a column header mismatch. Check the following:

  • Headers must match exactly β€” use the sample CSV as your reference. Common mistakes include using "Lot Number" instead of LotNumber, or "Lot Name" instead of Name.
  • The minimum required columns for an auction are LotName, LotNumber, and StartingBid. If those are present and errors still appear, check Field Settings to see whether additional mandatory fields have been enabled.
  • Make sure you are uploading to the correct destination β€” inventory, consignment, and event uploads use different templates with different required columns.
  • If you only need to update specific fields, you can remove all other columns β€” just keep the mandatory ones.

Special characters like quotation marks and hyphens are showing as garbled text after upload. How do I fix this?

Self-service

Your CSV file needs to be saved with UTF-8 encoding. This ensures special characters (including quotation marks, em dashes, accented letters, and non-Latin scripts) render correctly on import.

In Excel, choose File > Save As and select CSV UTF-8 (Comma delimited) from the format dropdown. In Google Sheets, go to File > Download > CSV β€” this exports as UTF-8 by default.

My lot numbers aren't being recognised. Why?

Self-service

The LotNumber field only accepts numeric values. However, Bidsquare fully supports extended lot numbering (e.g. 1A, 2B) using the LotNumberExtension field.

Split the lot reference into two columns in your CSV:

  • LotNumber β€” the numeric part only (e.g. 1, 2)
  • LotNumberExtension β€” the extension character (e.g. A, B)

These display together as 1A, 2B etc. in the catalog. This is the correct approach for houses that use lettered extensions to insert lots between existing numbers β€” e.g. to place Lot 1A between Lots 1 and 2 without renumbering.

My CSV uploaded without errors but the items went into the wrong consignment. How do I fix this?

Self-service

This usually happens because the ConsignmentId in your CSV pointed to a different consignment than intended, or the column was missing and the items defaulted to whichever consignment you were viewing when you started the upload.

To move items to the correct consignment:

  1. Go to the consignment where the items landed and find them in the Items tab.
  2. Select all the misrouted items using the checkboxes.
  3. Use Batch Actions β†’ Move to Consignment and select the correct destination consignment.

All item data, images, and cataloguing are preserved during the move. If the Batch Actions option isn't visible, check that your staff account has the necessary permissions for consignment management.

My CSV looks right but items still won't upload. What am I missing?

Self-service

The most likely cause is a column header that looks correct but has a subtle issue. CSV column headers in Bidsquare are case-sensitive β€” common problems include:

  • Wrong capitalisation: lotname instead of LotName, or Startingbid instead of StartingBid
  • A trailing space after a column name (invisible but breaks the match)
  • A header row with an extra empty column at the end
  • The file saved as .xlsx instead of .csv β€” Bidsquare requires plain CSV format

The safest fix is to always download a fresh template from the upload screen (Download Sample CSV) and use that as your column header row. Copy your data into the template rather than the other way around.

If the validation screen shows no errors but items still don't appear, a silent header mismatch is almost always the cause. Re-download the template and rebuild your header row from scratch.

Bidder Management

I can't approve bidders, or some approved bidders have no paddle number. What's causing this?

Self-service

This usually happens because a bidder's paddle number has been changed to one that sits outside the correct range for their platform (online vs. floor). Each platform has its own paddle number range, and when a number is assigned outside that range it creates a conflict that blocks approval or leaves an approved bidder without a valid paddle.

To resolve this, first identify which bidder has the conflicting number. Then:

  • If the bidder should be online: edit their registration to the online platform, then manually assign the next available number in the correct online range.
  • If the bidder should be a floor bidder: edit their paddle to the next available floor number, which frees up the conflicted number to be assigned to the correct online bidder.
Simply changing a paddle number does not change the bidder's platform. If you are moving a bidder from floor to online (or vice versa), you must edit the registration itself and confirm the assigned number sits within the correct range for that platform.
If this happens immediately before or during a live auction, contact support β€” they can identify and fix the conflict in real time.

How does auto-approval work for preferred or trusted bidders?

Self-service

Bidsquare supports two auto-approval paths you can configure from your account settings:

  • CC-verified bidders β€” bidders who have a valid credit card on file are auto-approved on registration.
  • Preferred bidders β€” bidders you have manually tagged as "Preferred" are auto-approved on registration, even without a card on file.

Both can be enabled simultaneously. The only scenario where a Preferred Bidder won't be auto-approved is if your account requires manual approval for all bidders β€” check your event settings if in doubt.

A bidder's credit card is on file but I still can't auto-charge them. Why?

Self-service

This happens when a bidder registered via Auto-Register, which bypasses the usual checkout flow where the bidder explicitly opts in to auto-charge.

Auto-charge requires the bidder to consent during registration. Bidders who skip this step cannot be auto-charged β€” however, they can still pay their invoice directly using the stored card by opening the invoice and choosing to pay with the card on file. For future auctions, the bidder can update their payment preferences from their account.

What's the difference between pre-registration and open bidding, and how do I switch between them?

Self-service

Pre-registration allows bidders to register their interest before the catalog is fully open for bidding. Open bidding means the catalog is live and bidders can place bids.

To switch from pre-registration to open bidding:

  1. Edit the event settings.
  2. Uncheck the Pre-Registration option.
  3. Save and republish the event.

Simply publishing the event without unchecking pre-registration will not open it for bidding.

How do I change a bidder's paddle number after they've registered?

Self-service

Go to Auctions β€Ί [auction] β€Ί User Registration, find the bidder, and open their registration record. The paddle number field is editable directly from there β€” update it and save.

A few things to be aware of:

  • The new paddle number must fall within the correct range for their platform. Floor bidders must have a number in your configured floor range; online bidders in the online range. Assigning a number outside the correct range will cause approval issues.
  • If the auction has already started and the bidder has placed bids, changing their paddle number will also update how their bids appear in the Live Console. Coordinate with your clerk before changing numbers during a live sale.
  • If you're moving a bidder from an online registration to a floor registration (or vice versa), change the platform type as well as the paddle number.

How do I get a full list of all my bidders or users?

Self-service

Go to Users β€Ί User Search. On the search page, use the filter to select your auction house (if you operate multiple sites) and leave all other fields blank, then run the search β€” this returns all users in your account.

To export the list:

  1. Run the search to generate the full list.
  2. Use the gear icon (βš™) to configure which columns appear in the CSV export.
  3. Click the download icon to export as CSV.

For a list of bidders registered to a specific auction (rather than your full user database), go to Auctions β€Ί [auction] β€Ί User Registration and export from there instead.

A bidder is locked out of their account and can't log in. What do I do?

Self-service

The quickest fix is to trigger a password reset email from the bidder's profile. Go to Users β€Ί User Search, find the bidder by name or email, open their profile, and use the Send Password Reset option.

If the bidder says they're not receiving the reset email:

  • Confirm the email address on their profile is correct β€” look for typos at the domain level (e.g. .con instead of .com).
  • Ask them to check their spam or junk folder β€” password reset emails are occasionally filtered.
  • If your account uses a custom SMTP relay, verify the relay is active and delivering correctly.

If none of the above resolves it, contact support with the bidder's User ID (shown on their profile) and they can investigate further.

There are two user accounts with the same email address. I can't delete one of them. What do I do?

Support

Bidsquare prevents deletion of a user account that has any associated records β€” bids, invoices, registrations, or consignor links. When you attempt to delete such an account you'll see a "Something went wrong" error even if no recent activity is visible.

In most cases, the recommended approach is not to delete either account but to stop using the duplicate:

  • Add an internal note to the duplicate account flagging it as inactive.
  • Transfer any future registrations and invoices to the primary account.
  • If the two accounts have conflicting bidder history you need to consolidate, contact support β€” they can investigate which records are attached to each account and advise on the safest path.
Full account merging (combining bidding history, invoices, and registrations from two profiles into one) is not currently available as a self-service feature. Contact support if this is a priority.

I registered a phone bidder but they weren't assigned a paddle number. Why?

Self-service

This is almost always a platform range conflict. When you register a phone bidder, the system assigns the next available paddle number in the Phone platform's configured range. If that range is full, overlapping with another platform's range, or hasn't been configured at all, the assignment fails silently.

To fix this:

  1. Go to Settings β€Ί Platform and check your Phone Bidder platform entry has a valid, non-overlapping paddle range set.
  2. Return to the User Registration tab for the auction.
  3. Open the phone bidder's registration record and manually enter a paddle number that falls within the Phone platform range.

If the phone bidder was registered before the platform was configured, they may also appear under a different platform type β€” check their registration record and update the platform assignment if needed.


Payments & Invoicing

How do I handle invoices for non-paying bidders after an auction?

Self-service

The recommended approach is to mark the invoice as Cancelled rather than deleting it or leaving it in Sent status.

  • Cancelling removes the invoice from your outstanding balance totals while keeping it visible in the Invoices list β€” the record is preserved for disputes or reference without cluttering your active work queue.
  • Deleting removes the invoice from the active Invoices list. However, a permanent record is always retained in the Invoice Journal (Reports β€Ί Invoice Journal), so the transaction is never truly lost β€” the Journal is your audit trail regardless of what happens to the live invoice. Select Re-List when deleting to return the lot to Unsold status so it can be re-entered in a future sale.
  • Leaving it in Sent status will distort your outstanding balances and settlement figures, and automated payment reminders will continue firing to the buyer.

We've connected Stripe. Will existing customer credit cards carry over automatically?

Self-service

Yes β€” if cards were originally validated through Stripe (which is the case for most Bidsquare accounts), those tokens carry over and existing customers will not need to re-enter their card details.

If your account previously used a different payment gateway (e.g. Elavon/Spreedly), cards validated through that gateway will need to be re-validated through Stripe.

If you're unsure which gateway your existing cards were validated through, contact support before migrating.

My QBO sync is throwing errors on some records. How do I investigate?

Self-service

In the QBO integration panel, filter your sync log by "Errors only" to isolate the problem records. Expand each error to see the message returned from QuickBooks.

Common causes include:

  • Refunded or declined payments that QBO can't reconcile.
  • An incorrectly filled-in State field on an invoice, which causes TaxJar to return an error.
  • A duplicate transaction number conflict with an existing QBO entry.

Once you've identified and corrected the underlying records, run the sync again and the resolved records should process cleanly.

Can I set a maximum credit card payment limit on invoices?

Self-service

Yes β€” go to Settings > Auction Settings > Payment & Invoice > Max Credit Card Transaction and enter your preferred limit. Any invoice above that amount will have the online payment link removed entirely, requiring the buyer to pay by an alternative method.

This is a popular option for auction houses that want to limit chargeback exposure on high-value lots.

I accidentally marked an invoice as paid. How do I reverse it?

Self-service

How you reverse this depends on how the invoice was marked paid:

If you recorded a payment (using Record Payment): the invoice moved to Paid status because a payment entry was created. To reverse it, open the invoice and use the Refund function β€” process a full refund for the amount recorded. The invoice will return to Sent status with a zero balance. No money moves unless the original payment was a card charge through your gateway.

If you manually changed the status without recording a payment: open the invoice, click Edit, and change the Status field back to Sent. This returns it to its previous visible state without any financial impact.

Every invoice β€” including those that are deleted, refunded, or cancelled β€” leaves a permanent record in the Invoice Journal (Reports β€Ί Invoice Journal). This is your audit trail for any financial query or dispute, regardless of what happens to the live invoice status.
If a settlement has already been generated and paid out for this consignor, reversing the invoice does not automatically update the settlement. You will need to address any discrepancy with the consignor directly.

Do I need to create Bidsquare invoices for bidders who won lots via LiveAuctioneers or Invaluable?

Self-service

No β€” LiveAuctioneers and Invaluable handle their own invoicing and payment collection with those bidders directly. You do not generate Bidsquare invoices for third-party platform winners.

What you do need to do before you can generate consignor settlements is reconcile those lots in Bidsquare so the system knows who won each item. This is a two-step import:

  1. Download the End of Auction (EOA) file from LiveAuctioneers (or the Session Results file from Invaluable).
  2. Upload that file to Users β€Ί Bulk User List CSV Upload β€” this creates bidder accounts for each winner.
  3. Upload the same file again to Auctions β€Ί [auction] β€Ί Lots & Items β€Ί Upload CSV β†’ Post-Sale Data β€” this links each lot to its winning bidder so the system recognises the sale as complete.

Once both uploads are done, lots that previously showed "Reg N/A" will show real bidder names, and you can generate consignor settlements that correctly reflect those hammer prices as paid.

Do not generate settlements until the EOA import is complete. Items still showing "Reg N/A" will appear as unpaid on any settlement generated before the import.

How do I create one invoice per buyer for a sale that ran across multiple days?

Self-service

Use the Sales-level invoice generation rather than the per-auction method. Go to Sales β€Ί Invoices β€Ί Generate New Invoice and select all the auction events that make up your multi-day sale. Bidsquare will combine all lots won by the same buyer across every selected event into a single invoice per buyer.

This is the correct approach for any sale where your buyers expect one combined statement β€” it's significantly cleaner than generating separate invoices per day and asking buyers to pay multiple times.

Make sure all third-party winner imports (LiveAuctioneers, Invaluable) are completed for all days before generating combined invoices β€” lots still showing "Reg N/A" will be excluded from invoicing.

Why does my settlement show items as unpaid even though I've already sent the invoices?

Self-service

A settlement reflects the payment status of buyer invoices at the moment it was generated β€” not whether invoices were sent. Sending an invoice does not make it paid; recording a payment does.

Lots on a settlement will show as unpaid (indicated by a red dollar sign) if the corresponding buyer invoice is in Sent or Partially Paid status. To resolve this:

  • Wait until buyer invoices are paid, then regenerate the settlement from scratch. This is the cleanest approach.
  • Alternatively, generate the settlement with Include Unpaid Items unchecked β€” this includes only lots whose buyer invoices are fully paid, giving you a clean settlement with no red flags.
  • If you want to include all sold lots but withhold commission on the unpaid ones, check Include Unpaid Items and uncheck Calculate Commission on Unpaid Items.
Settlements do not automatically update when a buyer pays after the settlement has been generated. If you sent a settlement and a buyer pays later, you must regenerate or manually adjust the settlement to reflect the change.

An item sold below its reserve price. How do I pay the consignor the reserve amount instead of the hammer price?

Self-service

Bidsquare settlements are calculated from the hammer price recorded in the system β€” they cannot automatically substitute the reserve price as the settlement basis. There is no automatic "make whole" function. However, you can handle this manually in a few ways:

Option 1 β€” Edit the settlement directly: Open the settlement in New status and manually adjust the commission calculation for the affected lot. Add a one-off fee deduction or note to document the reserve top-up.

Option 2 β€” Override the hammer price: From the Lots & Items tab of the closed auction, use the pencil icon on the lot to edit the hammer price to the reserve amount. This updates the settlement calculation automatically but also changes what the buyer was invoiced β€” only use this if the buyer has also agreed to pay at the reserve level.

Option 3 β€” Handle outside the system: Generate the settlement based on the actual hammer price, note the reserve shortfall in your settlement notes, and send the consignor a separate payment for the difference. Record both payouts in the system for a clean audit trail.

Orange downward-arrow icons on a settlement indicate lots sold below reserve. Always review these before sending β€” a proactive conversation with the consignor before they see the statement prevents disputes.

The paddle number isn't showing on the invoice email. Where is it?

Self-service

The paddle number is not displayed in the HTML body of the invoice email β€” it appears on the attached invoice PDF and is also visible when the buyer views their invoice while logged in to your website.

If you need the paddle number visible in the email body itself, this can be added to your invoice email template using the %bidder_number% merge tag. Go to Settings β€Ί Email Templates and add the tag to your Invoice template body.

For identifying which platform a bidder is on during payment processing β€” which is the most common reason staff look for this β€” the most efficient approach is to configure a custom column view in Sales β€Ί Invoices using the gear icon to add the Platform and Paddle Number columns to your default list view.

Our customers are receiving QuickBooks payment reminders for invoices they've already paid in Bidsquare. Why?

Self-service

This happens when a QuickBooks sync pushes invoice data into QBO without also pushing the corresponding payment records β€” QuickBooks then treats the invoices as outstanding and fires its own automated reminders.

The fix is to ensure your sync includes payment data, not just invoice data:

  1. In the QBO integration panel, confirm that Payment sync is enabled alongside Invoice sync β€” both must be active.
  2. Run a fresh sync that includes the payment records for the affected invoices.
  3. In QuickBooks, verify the invoices now show as paid (zero balance).
  4. Disable or adjust your QBO automated reminder schedule to prevent further sends while you're reconciling.
Nothing in Bidsquare syncs to QuickBooks automatically β€” each sync must be triggered manually by a staff member. If payments were recorded in Bidsquare after the last sync, QBO won't know about them until you sync again.

Buyer account credits are showing up in QuickBooks as payments rather than discounts. How should they be handled?

Support

This is a known mapping issue. Bidsquare does not currently have a native buyer credits feature β€” credits are typically applied as manual invoice adjustments (reducing the invoice total) rather than as a distinct credit type. When these adjustments sync to QuickBooks, the system maps them as payments rather than discounts or credit memos, which can distort your reconciliation.

The recommended interim workflow:

  • Apply the credit as a reduced fee or BP adjustment on the invoice in Bidsquare (edit the invoice in New status before sending).
  • Add an internal note and an invoice note documenting what the credit is for.
  • In QuickBooks, manually reclassify the entry as a credit memo or discount after the sync if your accounting requires the distinction.

Contact support to flag this for your account β€” the product team is working on a formal credits feature that will address this mapping properly.


Fraud & Security

We've been targeted by a fraudulent bidder. What should we do?

Contact Support

Contact support immediately so the account can be investigated and suspended. See the question below for how to retrieve IP address information to pass to law enforcement.

Practical steps to protect yourself going forward:

  • Set a maximum credit card payment cap (Settings > Auction Settings > Payment & Invoice > Max Credit Card Transaction) β€” this removes the online payment link for high-value invoices, making large-scale fraud attempts much harder.
  • Enable manual approval for new bidders, or use Preferred Bidder status to whitelist known customers.

How do I look up a bidder's IP address?

Self-service

IP address information is available in the Auction Audit Log. You can search the Audit Log in two ways:

  • By Item ID β€” returns all interactions on a specific lot, including every user who viewed or bid on it, along with their associated IP addresses.
  • By User ID β€” returns all interactions by a specific user across the event, along with the IP addresses recorded for each action.
Some IP entries in the audit log may relate to actions performed by Bidsquare's own systems β€” your platform's IP address may appear alongside bidder activity on the same item or user record. Always review the log carefully and cross-reference entries before drawing conclusions or sharing records with third parties.

What is a Bad Bidder flag and when should I use it?

Self-service

A Bad Bidder flag is a formal dispute record you place on a user's profile. Once applied, it is visible to every other auction house in the Bidsquare network when they vet that bidder for registration β€” not just to your own staff. This shared visibility is what gives flags their deterrent value.

Use a Bad Bidder flag for confirmed, serious incidents only:

  • No Payment β€” buyer won lots and has not paid despite reasonable collection attempts
  • Late Payment β€” chronic pattern of delayed payment that disrupts your settlements workflow
  • Chargeback β€” buyer initiated a credit card chargeback after receiving their items
  • Fraudulent behavior β€” fabricated condition claims, AI-generated damage photos, identity misrepresentation, or any deliberate attempt to obtain a refund through deception

To flag a bidder: go to Users β€Ί [user profile] β€Ί Add Flag β€Ί Bad Bidder. Enter a specific, factual reason β€” this is what other auction houses will see. Vague reasons like "problem bidder" are not useful; "Non-payment after 3 invoicing attempts, June 2026" is.

Flags carry real weight in the network. Do not flag based on a suspicion β€” only after a confirmed, documented incident. Once a dispute is resolved (payment received, chargeback reversed), use the Resolve option on the flag so the bidder's record is updated.

A buyer has filed a chargeback. What should I do immediately?

Support
First: export your evidence immediately. Auctions β€Ί [auction] β€Ί Audit Log tab β†’ Export to CSV. Payment gateways typically allow only 7–10 days from notification to submit a dispute response.

Act the same day β€” payment gateways have tight evidence submission windows (typically 7–10 days from notification). The most important immediate steps:

  1. Export the Auction Audit Log immediately β€” go to Auctions β€Ί [auction] β€Ί Audit Log. This provides a timestamped record of every bid, who placed it, when, and for how much. This is your primary evidence that the bidder actively participated and won the item in a fair process.
  2. Gather your Terms & Conditions evidence β€” document how and where your T&C were displayed to the bidder during registration. If your terms were embedded as readable text in the registration flow (not just a clickable link), your position is significantly stronger.
  3. Document the condition report β€” pull any condition notes, images, and descriptions from the lot record. If you used a black light or other verification method, note that in your dispute response.
  4. Contact your payment gateway directly β€” Stripe, Authorize.net, Elavon, and other gateways each have their own chargeback dispute portals. Submit your evidence package there, not through Bidsquare.

After the dispute is resolved β€” in your favor or not β€” apply the appropriate flag to the buyer's profile if the chargeback was fraudulent or without merit. This protects other auction houses in the network.

Be cautious if a buyer requests a wire transfer refund when they originally paid by credit card. The credit card chargeback mechanism remains available to them even after you wire funds β€” meaning you could end up paying twice. Process refunds through the same payment method used for the original purchase wherever possible.

How do I see if a bidder already has flags from other auction houses?

Self-service

When you open a bidder's full profile (Users β€Ί [user] or via the User Registration tab during vetting), any active Bad Bidder flags from any auction house in the Bidsquare network appear in the Flags section of their profile. You can see the reason text and the date the flag was placed.

This network visibility is the main reason the vetting step matters. A quick click through to a bidder's full profile before approving them surfaces flags you wouldn't otherwise know about β€” far more valuable than just checking the credit card icon.

Build a habit of clicking through to the full profile for any unfamiliar bidder, especially for high-value registrations. The hover popup gives you basic history; the full profile shows network flags, all past invoices across Bidsquare, and internal notes from your own team.

Integrations

How does the Mailchimp integration work? How do subscribers get added to interest groups?

Self-service

When the Mailchimp integration is connected and active, Bidsquare can sync subscriber data to your Mailchimp audience. Bidders are added to interest groups based on the alert preferences they set themselves in their account β€” there is no automatic assignment.

Bidders manage their preferences by going to My Account > My Alerts, where they can opt in to specific categories and notification types. These selections are then reflected in the corresponding interest groups in your Mailchimp audience when a sync occurs.

If a bidder hasn't set any preferences in My Alerts, they won't be assigned to any interest groups β€” even if they're subscribed to your list.

Can I add multiple email addresses to a single consignor account?

Self-service

Native multi-email support for consignor accounts is on the roadmap. In the meantime, the recommended workaround is to create a custom field on the consignor record to store any additional email addresses.

Note that communications (e.g. settlement emails) will still only go to the primary email on the account β€” the custom field serves as a reference only.

I set up the QuickBooks integration but nothing is appearing in QuickBooks. What's wrong?

Self-service

Nothing in Bidsquare syncs to QuickBooks automatically. Every sync must be triggered manually by a staff member with the correct QBO permission.

To run your first sync:

  1. Go to Settings β€Ί QuickBooks.
  2. Confirm the connection is active (green status indicator).
  3. Set your Sync Start Date β€” this determines how far back the initial sync will pull data. For a first sync, set this to the start of your current season or fiscal year.
  4. Run a Test Sync on a single invoice first to verify the mapping is correct before syncing your full dataset.
  5. Once confirmed, run the full sync for invoices and/or settlements as needed.

After a sync completes, check the Sync Summary tab (not the main QuickBooks dashboard) for the results β€” this is where errors and successes are logged. If records are missing, filter the Sync Summary to "Errors only" to identify what failed.

The real error detail is always in the Sync Summary β€” not the main QBO dashboard or Bidsquare's general settings page. If something looks wrong, that's the first place to check.

I'm getting paddle number conflicts between LiveAuctioneers and another platform when I import post-sale data. How do I fix this?

Self-service

Paddle conflicts happen when two platforms' assigned paddle ranges overlap. The most common collision is LiveAuctioneers (which typically assigns paddles in the 900–1,000 range) conflicting with another platform using a similar starting range.

The fix: assign clearly separated, non-overlapping paddle ranges to each platform in Settings β€Ί Platforms. A recommended structure:

  • Floor bidders: 1–899
  • LiveAuctioneers: 900–1,999
  • White-Label / website: 2,000–6,999
  • Bidsquare Marketplace: 7,000–9,999
  • Invaluable: 10,000+ (always highest β€” no exceptions)

Invaluable assigns random high paddle numbers that cannot be predicted β€” if their range overlaps with any other platform, post-sale imports will assign lots to the wrong bidders. Set Invaluable to 10,000+ and never change it.

If a conflict has already occurred in a completed import and invoices were generated for the wrong bidders, contact support β€” this requires manual correction and cannot be self-resolved cleanly.

Sales tax is only being calculated for one state, but I have nexus in several. How do I add the others?

Self-service

You need to manually enable each state where you have nexus. Bidsquare does not automatically detect nexus β€” you add states as your liability grows.

Go to Settings β€Ί Payment & Invoice β€Ί TaxJar Settings and add each state where you've reached the economic nexus threshold. Once a state is enabled, TaxJar will auto-calculate the correct rate for that state based on the buyer's shipping address.

A few things worth knowing:

  • Thresholds don't reset automatically. Most states use a rolling 12-month window β€” a single large sale can trigger ongoing liability until you formally deregister.
  • In-person pickups: mark these as Pickup on the invoice. The system will then use your business address (not the buyer's address) to determine which state's tax applies.
  • Foreign buyers: mark invoices as tax-exempt and seek formal tax advice for your specific situation β€” cross-border tax treatment varies significantly.
  • Duplicate state entries in reports usually mean one record was manually entered. Use the invoice filter to identify and reconcile the entries.

For filing, the Sales Tax Report in Reports β€Ί Sales Tax provides filterable data by date range and invoice/payment date. Using an accounting tool like QuickBooks Online alongside TaxJar is the recommended approach for managing remittance.


Account & Settings

I can't find where to update our account logo. Where is it?

Self-service

Go to Settings > Account Settings. The logo upload option is there β€” but only the primary account holder has access to this page. Sub-users and staff accounts cannot see it.

If you're getting a validation error on upload, check that your image file meets the required format and dimensions. If you're not the primary account holder, contact support with the file and we can update it for you.

I can no longer add or manage users. What happened to my permissions?

Contact Support

User management is restricted to the primary account holder. If you've lost access to this page, it's likely that the primary account role was transferred to another user at some point β€” possibly unintentionally.

Contact support with your account details and we can identify the current primary account holder and transfer it back to you.

A bidder registration email is showing the raw merge tag instead of the actual value. How do I fix it?

Self-service

This happens when an email template contains a placeholder that hasn't been mapped to the correct merge tag. For example, a bid limit appearing as literal text like {user_bid_limit} instead of the actual value.

To fix it, go to your Email Templates settings and locate the template in question. Replace the broken placeholder with the correct merge tag β€” for bid limits, this is {user_bid_limit}. Save the template and it will render correctly for all future emails.

If you're not sure which tag to use, contact support and we can update the template for you.


Settlements

A buyer paid after I already generated a settlement. Do I need to redo it?

Self-service

Yes β€” settlements do not update automatically when buyer invoices are paid after generation. If the settlement is still in New status (not yet sent to the consignor), the cleanest approach is to delete it and regenerate. The new settlement will reflect the updated payment status.

If the settlement has already been Sent:

  • You can edit the settlement directly to adjust the commission calculation for the now-paid lot β€” use the lot-level commission override.
  • Alternatively, send the consignor an updated statement manually (outside the system) explaining the adjustment, and record the corrected payout amount when you pay out.

If the settlement has already been Paid out: you'll need to handle any adjustment as a separate supplementary payment to the consignor. There's no mechanism to re-open a paid settlement.

What do the color-coded icons on my settlements list mean?

Self-service

Each icon on the settlements list flags a condition on that settlement that may require your attention before sending:

  • Red dollar sign (πŸ’²) β€” one or more lots on this settlement have a buyer invoice that is still unpaid (Sent or Partially Paid status). You are being asked to settle with the consignor before you've collected the buyer's money. Decide whether to wait, or send with a note explaining the outstanding balance.
  • Yellow gavel (πŸ”¨) β€” the settlement includes unsold lots. Commission is not charged on unsold items. Review whether these lots should be returned, re-listed, or noted before sending.
  • Orange downward-arrow dollar (πŸ’°β†“) β€” one or more lots sold below the consignor's reserve price. This doesn't block sending but proactively flagging it to the consignor before they see the statement avoids disputes.

Settlements with none of these icons are clean β€” all lots are sold, invoices are paid, and nothing sold below reserve.

We have duplicate consignor profiles for the same person. Can I merge them?

Support

Consignor profile merging is not currently available as a self-service function. Deleting a consignor profile that has attached consignments, items, or settlements is blocked by the system to protect your financial records.

The practical workaround most auction houses use:

  • Designate one profile as the primary and add a note on the duplicate flagging it as inactive.
  • Route all new consignments to the primary profile going forward.
  • If you need historical settlement history visible in one place, export the Settlement Journal (Reports β€Ί Settlement Journal) filtered to both profiles and keep it as your consolidated record.

Contact support if you need assistance identifying which records are attached to each profile before deciding how to proceed.

Can I hide the reserve price column from consignor settlement statements?

Self-service

Yes. Go to Settings β€Ί Auction Settings β€Ί Payment & Invoice and look for the Settlement Settings section. You'll find a toggle to control whether the reserve price column appears on settlement statements sent to consignors.

This is a global setting β€” it applies to all settlements you generate from that point forward. If you need it changed and can't locate the setting, contact support and we can disable it for you.

Can I set a minimum commission per lot β€” for example, 30% but no less than $45?

Support

The commission rule system supports percentage-based rules and step-down rules, but a hard per-lot dollar minimum (e.g., "30% or $45, whichever is greater") is not directly configurable as a single rule at present.

The workaround most houses use is to create a flat fee consignment charge to cover the minimum, applied selectively to consignments where low-value lots would otherwise fall below the floor. Alternatively, some houses build this into their consignor agreement and apply manual adjustments to the settlement before sending.

If minimum per-lot commission is a core requirement for your business, contact your onboarding manager β€” this is worth flagging to the product team as a configuration enhancement.

A buyer paid their invoice after I'd already generated and sent the consignor settlement. Do I need to redo the settlement?

Self-service

Not necessarily β€” it depends on whether the unpaid item was included in the settlement you already sent.

When you generate a settlement, you choose whether to include unpaid items. If you included the item and it has now been paid, the settlement figures are still correct β€” the hammer price and commission don't change when payment status changes. You may just need to update your own records to reflect the payment.

If you excluded unpaid items and now want to include the newly paid lot, you have two options:

  1. Generate a supplementary settlement for the affected consignor covering just that item. You can generate multiple settlements per consignor β€” they don't have to cover the whole sale.
  2. Regenerate the full settlement if the consignor hasn't been paid out yet and you prefer a single clean document. Delete the existing settlement and regenerate with the paid item included.

The recommended workflow is to wait until all invoices are paid before generating settlements β€” it avoids this situation entirely. See the Invoices & Settlements guide for the correct sequence.


Publishing & Catalog Visibility

How do I turn off pre-registration and open the catalog for bidding?

Self-service

Pre-registration mode and live catalog bidding are controlled by two separate steps β€” both are required:

  1. Go to Auctions β€Ί [auction] and click Edit Auction.
  2. Uncheck the Pre-Registration & Consignment Only checkbox and save.
  3. Back on the Auctions list, confirm the Cloud Published toggle is ON. If the event was already published in pre-registration mode, it should still be toggled on β€” but verify.

After completing both steps, refresh your front-end auction page β€” the catalog should now be visible to bidders and the Register button should show bidding options rather than just pre-registration.

Editing the auction to uncheck pre-registration is step one β€” the event must also have the Cloud Published toggle active. Missing either step will leave the catalog hidden from bidders.

I published the auction but the catalog still isn't showing on the website. What's wrong?

Self-service

A few common causes, in order of likelihood:

  • The auction is in pre-registration mode β€” when pre-registration is enabled, the event listing appears but the catalog is hidden. Edit the auction and uncheck Pre-Registration & Consignment Only, then save.
  • Publishing lag β€” after toggling Cloud Published or saving an edit, there's a short indexing delay (usually 1–2 minutes) before changes appear on the front end. Wait a moment and hard-refresh the page (Ctrl+Shift+R / Cmd+Shift+R).
  • Indexing backlog β€” very occasionally, a platform-wide indexing queue causes a longer delay. If the catalog hasn't appeared after 10 minutes and your Cloud Published toggle is definitely ON, contact support.
  • Unpublished and republish β€” if all else fails, toggle Cloud Published off, save, then toggle it back on. This triggers a fresh indexing pass for the catalog.

I published the auction and then noticed the buyer's premium is wrong. Can I change it after publishing?

Self-service

Yes β€” you can update the buyer's premium on a published auction. The change will apply to all invoices generated after the update. Any invoices already generated before the change will retain the old rate.

To update it: go to the auction, open Auction Settings, and update the Buyer's Premium field. Save the change. If you're using the global default (which you should be for most auctions), the fix may actually be in Settings β€Ί Auction Settings β€Ί Buyer's Premium rather than on the individual auction.

⚠️
If the auction is already live with active bidders, consider whether a BP change mid-sale is appropriate β€” bidders may have based decisions on the advertised rate. For significant changes, unpublish briefly, update, and republish. No bids or registrations are lost.

I published an auction and the automatically registered bidders aren't showing up yet. Is something wrong?

Self-service

Not necessarily β€” this is a processing delay, not an error. When you publish a large auction, the system queues the auto-registration of existing bidders in the background. For events with 1,000+ registered users, this process can take several minutes to complete.

Wait a few minutes, then refresh the Bidders tab. If the count is still far below what you'd expect after 10–15 minutes, contact support with the auction name and approximate expected bidder count.

Note: auto-registration only applies to bidders who have previously been approved for your auctions and have a valid registration history. Brand-new bidders always need to register themselves through the front end.


Live Console & Demo

The Live Console tab is greyed out and I can't access it. What do I do?

Self-service

The Live Console tab is locked until 30 minutes before the scheduled auction start time. If the tab is greyed out, it means either:

  • The auction's start time is more than 30 minutes away β€” in which case you need to wait, or
  • The auction's start time is set in the past β€” the system has already passed the window and considers the sale overdue, which can also lock the console.

The fix for both is the same: edit the auction's start time. Set it to approximately 25–30 minutes from now, save, and reload the auction page. The Live Console tab should now be accessible.

Make a habit of setting your auction start time to "now + 25 minutes" at the beginning of every clerking session β€” whether in Demo or Production. This prevents the console from being inaccessible at a critical moment.

How do I undo all the bids in Demo so we can practise the Live Console again?

Self-service

You can't undo bids in a completed Demo auction β€” but you don't need to. The simplest approach is to create a new practice auction in your Demo environment for each clerking session:

  1. In Demo, go to Auctions β€Ί Create Auction.
  2. Set the start time to 25 minutes from now.
  3. Add a few test items (use your existing Demo inventory or create quick placeholder items).
  4. Publish the auction, approve a test bidder, and open the console when the window opens.

Demo is your safe environment β€” create as many test auctions as you need. There's no limit, and nothing in Demo ever affects your Production system.

Demo and Production are entirely separate systems. Anything you create or change in Demo β€” auctions, bidders, settings β€” has no effect on your live Production environment, and vice versa.

The bid increment buttons in the Live Console are showing the wrong amounts β€” or no increments at all. What's wrong?

Self-service

This almost always means bid increments were not configured in auction settings before the sale opened. The console can only display increment tables that already exist β€” it doesn't create them on the fly.

Fix for the current sale: Go to Settings β€Ί Auction Settings β€Ί Bid Increments and add your increment table now. Save it, then reload the console β€” the new table should apply. Note that if the auction is already running, the change may not take effect on the current lot; it will apply from the next lot onwards. If increments still don't appear after saving, contact support with a screenshot.

Prevent it next time: Build your increment tables in Settings before you create any auctions. You can configure separate tables for Live and Timed sales. The global table applies automatically to all auctions unless you override it at the auction level β€” and you almost never should.

πŸ’‘
The Buyer's Premium and Bid Increment fields on the auction creation form should be left blank for the vast majority of auctions. Your global defaults apply automatically. Filling them in creates a per-event override that's easy to set incorrectly and hard to notice until invoices are wrong.

I accepted the wrong bid or hammered to the wrong bidder mid-sale. What's the fastest fix?

Self-service

Use Undo Last Bid immediately β€” it's the fastest and safest recovery. The undo button reinstates absentee bids to their original state. Work backwards lot by lot if needed; you can undo all the way back to the opening bid.

If the lot has already been closed (sold or passed) and you need to reopen it:

  1. Turn Auto Start Next Lot OFF first β€” this is the most common failure point. You cannot safely reopen a lot while auto-start is active.
  2. Use the Reopen Lot option from the lot's action menu.
  3. Correct the winning bid, then close the lot again.
  4. Turn Auto Start Next Lot back on before continuing.
⚠️ Never run two Live Console sessions simultaneously. A second open session can change the state of the first and trigger unexpected lot reopens. One clerk, one console.

For data issues that are easier to correct after the sale (wrong paddle number recorded, wrong price entered), a backend correction is usually faster and safer than reopening mid-sale. The Auction Audit Log records every action with millisecond timestamps β€” use it to reconstruct exactly what happened if you need to investigate.


Reports & Exports

How do I export just specific columns from the Lots & Items tab β€” for example just the item ID and title?

Self-service

Use the gear icon (βš™) in the top-right corner of any list view β€” including the Lots & Items tab. This opens the column configuration panel.

  1. Click the gear icon on the Lots & Items tab.
  2. Select the CSV Columns tab in the panel.
  3. Tick only the columns you want in your export β€” for example Item ID and Title only.
  4. Click Apply, then use the download icon to export the CSV.

You can also rename column headers in the export β€” useful when sending catalog data to third-party platforms that require specific column names.

You can now save and name multiple column templates per screen, and share any template across your whole team. This means you can set up a "Photography export," a "Finance reconciliation," and an "Auctioneer report" template once and switch between them with one click.

Where do I find a payment report for reconciling with my accountant or bank?

Self-service

Bidsquare has two reports that serve this purpose:

  • Invoice Payment Records (Reports β€Ί Invoice Payment Records) β€” shows real-time payment status for all invoices, including payment method, date, amount, and outstanding balances. This is your primary accounts-receivable monitoring tool.
  • Invoice Journal (Reports β€Ί Invoice Journal) β€” line-item detail of every financial transaction on every invoice: hammer price, buyer's premium, tax, fees, payment method, and payment date. This is the report for your accountant β€” export it as CSV after each auction cycle and save it as your permanent financial archive.

For consignor payments specifically, use the Settlement Journal (Reports β€Ί Settlement Journal), which shows every settlement deduction, commission amount, and payout date across all your consignors.

All three reports support date-range filtering and export as CSV.

How do I calculate gross sales, exempt sales, and taxable sales for my accountant?

Self-service

Use the Sales Tax Report (Reports β€Ί Sales Tax Report). This report gives you a breakdown of all invoiced amounts by tax status β€” taxable, exempt, and total β€” across a selected date range or set of auctions.

For a more detailed reconciliation:

  • The Invoice Journal includes a tax column for every line item β€” export it and sum by tax status in a spreadsheet for a full breakdown.
  • If you use TaxJar, the tax breakdown is also visible on individual invoices (with state, county, and city jurisdiction splits if enabled).

If your accountant needs this data in QuickBooks, the QBO integration maps tax amounts to your configured tax codes automatically during each sync.



πŸ’¬
Didn’t find your answer?

Search the whole site with the bar up top (or press ⌘K), browse the Documentation home, or reach our team at 1-800-657-0092 / support@bidsquare.com. There’s no such thing as a silly question.