The reported error is initiated from RE and is related to the Blackbaud Payment services. It shows up if the incoming credit card information is not masked.


Solution:

You can either ignore that credit card field completely, or mask the credit card number. Blackbaud requires the credit card number to be masked. 


To mask the credit card number, set up a dictionary like below:

Replacement Value: ??????

Value to match on: .*(?=[0-9]{4})

image


This will import the credit card numbers as a masked number (ie. ????????????1234). 


If you continue to have issues, add a second value to match on, with just one space. To do so, click in the value to match on field, hit your space bar, and then select "+".