Sample Script to Confirm or Decline In-Transit Vendor Payment(Bill Payment)

Confirm In-Transit payment require([‘N/action’], function(action) action.execute({ recordType: ‘vendorpayment’, id: ‘confirm’, params: { recordId: 101, //exchangerate: ‘1.0’, //trandate: ‘5/10/2018’, //postingperiod: ‘243’, //clearpayment: ‘T’ } }); Decline In-Transit payment require([‘N/action’], function(action) action.execute({ recordType: ‘vendorpayment’, id: ‘decline’, params: { recordId: 101, //exchangerate: ‘1.0’, //trandate: ‘5/10/2018’, //postingperiod: ‘243’, //clearpayment: ‘T’ } });

In-Transit Payments

The NetSuite In-Transit Payments feature helps visualize the separate steps that payments go through. To do this, In-Transit Payments has two distinct stages: recording a payment intent and documenting the actual deposit. In this blog, we’re going to take a look at how to set up and use NetSuite In-Transit Payments. How to Set Up… Continue reading In-Transit Payments