Issue Adding Second Customer Payment through Scren Based API We Add Customer Payments through Acumatica’s Screen Based API (We use Authorize.NET’s Customer Information Manager for processing). It works fine for a customer’s first payment method. When we attempt to add a new Payment Method (Same CustomerProfileId but different PaymentProfileId), it doesn’t throw an exception but it does not add. It returns the existing Payment Method Token. Here is my current code: AR303010Content AR301000 = context.AR303010GetSchema(); context.AR303010Clear(); AR303010Content[] AR303010content = context.AR303010Submit( new Command[] { new Value { Value = customerId, LinkedCommand = AR301000.PaymentMethodSelection.Customer }, new Value { Value = ccType, LinkedCommand = AR301000.PaymentMethodSelection.PaymentMethod }, new Value { Value = "AUTHNETAPI", LinkedComma