All:
Should we be able to process with the payment methods and credit cards that are found in the 21R2 Sales Demo?
I created an invoice for WIDETCC customer and VISATOK payment method and I get the following errors with CAPTURE action on the payment screen
Processing of the 166 transaction failed. See the transaction description for details.
E00040: Customer Profile ID or Customer Payment Profile ID not found..
Am I missing something in the sale demo config?

Best answer by NuwanTharanga62
Hi @dsimmerly ,
Is there any error code on error trace/description
For example;
E00040 indicates that the card information is incorrect. (https://developer.authorize.net/api/reference/responseCodes.html?code=E00040)
This is an error message generated by Authorize.Net.
This is expected as this payment method does not contain valid credit card details as shown below:
)/Frames/GetFile.ashx?fileID=ed4e0b0a-df2d-45f8-9ebf-9ea6c5614848)
See VISATOK payment method setting configured on my sales demo
Thanks!