Skip to content
  • There are no suggestions because the search field is empty.

Post to NetSuite Failed: You have entered an Invalid Field Value 3570 for the following field: ccnumber

This article helps Webgility Desktop users resolve the error “Post to NetSuite Failed: You have entered an Invalid Field Value 3570 for the following field: ccnumber” that may occur when posting transactions from Webgility Desktop to NetSuite. It explains why masked credit card numbers cause the issue and provides steps to correct the field mapping so that orders can be successfully posted.

Error Message:

Post to NetSuite Failed: You have entered an Invalid Field Value 3570 for the following field: ccnumber


Cause of the issue:

This error occurs when Webgility Desktop attempts to send a masked credit card number (e.g., XXXXXX0000) to NetSuite during order posting. NetSuite's standard fields typically do not accept or require credit card numbers, which results in this validation error.


Steps to fix:

To resolve the issue, you need to add a customization node to the Webgility Desktop API config file, which stops Webgility Desktop from sending the masked card number and sends only the payment method.

Navigate to the API Config File:

  • On your Webgility Desktop machine, browse to  location:  C:\Webgility\Unify Enterprise\XML
  • Locate and right-click on the file named apiconfig.xml
  • Choose Open With and select Notepad

Backup First:

  • Before making changes, create a backup of the apiconfig.xml file by copying it to a safe location.

Insert the Customization Node:

  • Find the fourth line from the bottom of the file.

Just above that line, insert the following:

<CustomizationNode>DOWNLOADNETSUIT_PAYMENTMETHOD</CustomizationNode>


If a CustomizationNode Already Exists:

Update it by adding a comma and appending the new value like this:

<CustomizationNode>AUTO_VALID,DOWNLOADNETSUIT_PAYMENTMETHOD</CustomizationNode>

Save and Restart:

  • Press Ctrl + S to save the file.
  • Close Notepad.
  • Restart Webgility Desktop.

Redownload the Order:

  • After restarting, redownload the affected order.
  • You’ll now see only the payment method in Webgility Desktop, not the credit card number.

Post the Order:

  • Try posting the order again to NetSuite, it should now succeed.

Note: DO NOT modify any other lines in the config file.