Hi Guys,
Good day.
I am trying to post a Payment using Reckon Accounts Hosted API.
However upon trying to send my post data on Reckon Azure portal.
I am having this error:
{ "Message": "Error connecting to Reckon Accounts. Reckon Accounts found an error when parsing the provided XML text stream."
}
I have experience this before, this occurs when I mis-spelled a column on the qbXML request. Or missed a column.
But I am a bit dead end on what column or required field I missed on the qbXML request for the Payment Add Request.
Below is the post data that I am sending.
{
"Filename": "Q:\I8TestRAH\Cougar Enterprises.QBW",
"Operation": "<?xml version="1.0\""?><?qbxml version=\""6.1\""?><QBXML><QBXMLMsgsRq onError=\""stopOnError\""><ReceivePaymentAddRq><ReceivePaymentAdd><TxnDate>2017-06-06</TxnDate><RefNumber>CR064994</RefNumber><TotalAmount>500.00</TotalAmount><Memo>PHP20799</Memo><CustomerRef><FullName>Jerwin Ollica Plaquia</FullName></CustomerRef><PaymentMethodRef><FullName>Cash</FullName></PaymentMethodRef><IsAutoApply>1</IsAutoApply><AppliedToTxnAdd><TxnID>14C13-1496126323</TxnID><PaymentAmount>500.00</PaymentAmount></AppliedToTxnAdd></ReceivePaymentAdd></ReceivePaymentAddRq></QBXMLMsgsRq></QBXML>"",
""Username"": ""TestApp"",
""Password"": ""1234"",
""CountryVersion"": ""2015.R2.AU""
}Hope you can help me on this one."