How to Refund a Customer Deposit using NetSuite SuiteTalk
When refunding a NetSuite CustomerRefund or CashSale you’ll add it to apply_list: Refunding a CustomerDeposit works a bit differently. If you inspect the SuiteTalk XML response for a CustomerRefund created for a CustomerDeposit it will appear under the apply_list XML tag. If you use that XML tag when creating the CustomerRefund you’ll get the following error: Instead, you need to use the deposit_list tag:
Continue Reading