Integration failure between iVend To SAP with Error : System.Exception: AddOn : Payment to be made

Integration failure between iVend To SAP with Error : System.Exception: AddOn : Payment to be made

Environment :

iVend 6.6 with SAP B1


Problem Statement :

Transactions are not integrating with iVend To SAP.bIt is showing an error message.


System.Exception: AddOn : Payment to be made by the Add-on     

JDFSPaymentIntegrationAddOn.PaymentIntegration.FailThePaymentIntegration



Symptoms :

G/L accounts were not mapped.


Resolution/Work Around :

Issue resolved after mapping the G/L Accounts on Retail Warehouse under “Foreign Currency Accounts” Tab.


Recommendations /Suggestion : 

For the reported error message use below query, result will give you the exact root cause.


select * from U_PaymentAddon where PaymentAddonKey in (select SourceKey from RepIntegrationLog where SourceType = 143 and Flag = 0) and IsDeleted = 0 and ISNULL(U_Error, '') <> '' order by 1