I am trying to create a custom Bank Feed integrati...
# general
k
I am trying to create a custom Bank Feed integration with NetSuite and am not really an accountant so I wanted to get a gut check from the people in this channel: I am planning to use the REST API and custom RESTlet scripts to do this, should I be using a RESTlet to create Transactions in NetSuite or should I be using the REST API to create Journal Entries?
e
There is not going to be much of a difference between the two. It probably depends on if there is a lot of additional business logic you need to apply while creating the journal entry. If so, you might go the RESTlet route. Curious what the Bank Feeds Suite App doesn’t do that you’re needing to build your own.
k
Thanks! Good to know! We cannot go through the Bank Feeds Suite App route currently because the fintech I work for does not want to become an SDN partner to become listend in the SuiteApp and instead just purchased a development account for us to roll our own.
Was just testing to try and create transactions via RESTlet -- does it make sense to create a
Check
entity for cash out and
Deposit
for cash in?