-
NetSuite Admin Tip | Invoice Payment Method Not Displaying in the Web Store
The Invoice Payment Method allows customers to place orders using payment terms instead of paying immediately through credit card or other online payment methods. If the Invoice payment option is missing during checkout, some required features may not be enabled in the website record, or the customer may not have terms…
-
NetSuite Admin Tip | Disable Invoice Payment Option for Specific Customers
There may be situations where you want some customers to continue paying via Invoice while restricting others to only use Credit Card or other available payment methods in the web store. Instead of disabling the Invoice payment method globally for all shoppers, you can control this behavior at the individual customer level…
-
NetSuite Admin Tip | Credit Card Payment Method Not Displaying in SCA Checkout
If credit card payment methods are not appearing during checkout in SuiteCommerce Advanced (SCA), one common cause is missing Payment Visuals configuration on the payment method records. Payment Visuals are required for payment methods to display properly on the web store checkout page. You can resolve this by following…
-
Workflow Error - Map Payment Method Field
Hello, I have a custom payment method field named "Payment Method - AR". When the user selects a value from this drop down, a workflow should map it to the native Payment Method field. Below are those fields. Based on the "AR" field selection, i would expect the native Payment Method field to also contain "Apply Journal…
-
Why is Payment Method no longer displaying on Cash Sale?
I'm not sure when it happened, but the "Payment Method" field is no longer displaying on our cash sales under the billing section. I confirmed the field is turned on within this sale template. Any ideas what may cause this or how to get it to display again?
-
How to set the Payment Method when creating Cash Sales via REST API?
We are trying to create cash sales by using the REST API but changing the payment method from credit card to any other "offline" payment method is not working. This is the section of the json payload we are passing to the cash sale rest endpoint: { "currency": { "id": 1 }, "paymentOperation": { "id": "SALE" },…
-
Accounting Lists - > Payment Methods - Adding Custom Fields
I need to restrict the Payment Methods shown to Sales Persons to the Cash, Check, Amex, Discover , Visa Master Charge. I created a custom payment methods transactions body field and want to have a check box on the Payment Method List to filter the new list and exclude methods such as Paypal and ACH . The record browser…