Hello,
I am trying to use the Vantiv eCommerce .NET SDK.
I am using VS 2015 with Framework 4.5 with VB.NET and have added a reference to LidleSdkForNet.dll. I continue to receive the following error when trying to instantiate the LitleOnline method. Please help. See Attachment.
Thanks,
Mike
Hi Mike,
I apologize for the frustration in implementing our SDK. In this case there is an XML schema violation that appears to be stemming from not having 'id' to the payment. Can you try adding a line like this:
auth.id = "111"
This should add the 'id' attribute to the submitted XML payment.
If you continue to run into issues, please email sdksupport@vantiv.com with the raw XML output and they will be able to assist in more detail.
-Brian