Hi,
We have requirement of credit card authentication using Paymetric in CSCockpit. I have created Iframe in cscockpit and setting paymetric url and signPayload into it. When the user clcik on "PayNow" button after filling credita Card information, iFrame getting executed in paymetric and we will get responses from paymetric. To capture that response in same renderer class of cockpit, i am setting those token in jsp file and send redirect to cockpit . it means i am refreshing the page to capture those responses.Due to this as my checkout tab getting refresh,i am not able to do place order. it is showing me "Component belongs to another desktop" error.
In another scenarion ,in case of split payment, if CSR user use two credit card information. after getting the response from paymetric for first credit card,i will populate second credit card in createcontentinternal method of rendere class. as page getting refresh, so for second credit card ,script is not getting executed in createcontentinternal method of renderer class. so unable to proceed second credit card authentication in paymetric side. Could you please tell me how to resolve this scenario.