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!
Update your
Profile with your Support type to get your Support Type badge.
Don't miss out on our
Pop Quiz You only have until November 7, 2025, 2:00PM ET to comment your answers and earn
rewards! Click
here for more details.
Uncover the power of data with the
Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the
Analytics Hub now and soar to new heights!
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite.
Learn more
SuiteTalk: error when adding customerpayment. Error ID: iappaxn515td1xx877mxm
I use webserivces to initialize and create a new customer payment. I got it to work when adding a new card as the payment method but when i want to use an existing credit card by assigning the internal id.. I get this error message:
An unexpected error occurred. Error ID: iappaxn515td1xx877mxm
what does the Error mean?
the code in red is not working!
var customer = (Customer)readResponse.record;
InitializeRef customerInitializeRef = new InitializeRef();
customerInitializeRef.type = InitializeRefType.customer;
customerInitializeRef.typeSpecified = true;
customerInitializeRef.internalId = customerInternalId;
InitializeRecord customerPaymentRecord1 = new InitializeRecord();
customerPaymentRecord1.type = InitializeType.customerPayment;
customerPaymentRecord1.reference = customerInitializeRef;
var read1 = _service.Initialize(customerPaymentRecord1);
0
Howdy, Stranger!
RegisterDon't have an account? Click here to get started!