Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
SO webservice Credit Card Expiration
I am using web services to create a sales order. If the sales order is paid for by credit card I submit the credit card information with the sales order. The WSDL is asking for the credit card expiration as a java Calendar object. I am passing the expiration as a calendar object. However when looking at the expiration date in the UI for the newly created sales order the expiration date is actually [month - 1]. If the expiration date that I passed was 7/2012 then I see 6/2012. If I pass 1/2012 then I see 12/2011. Because of this credit card authorizartion fails.
0