Discussions
Web Service Integration Direction
Hi,
I'm starting on the journey of integrating my existing web application with netsuite and I'm hoping someone can give me a little bit of guidance.
What I want to do is this:
When someone purchases the service I want to send the info to netsuite so that a cash sale is created. (seems simple enough )
Is it possible (or best) to have netsuite also process the credit card or should I process through my provider (cybersource) and then send the info to netsuite?
I've just finished using SOAP to login through the webservice, which made me wonder if I going to run into any problems with multiple people processing transactions at the same time (which will all be using the same login to netsuite).