Hello All! We have a requirement where in the standard credit card payment confirmation functionality on customer payments need to implemented on a custom Suitelet which mimics the standard payment credit card confirmation process.
The details of payment method is set to master card and it’s details are entered and Charge credit card checkbox is checked. On save NetSuite pops up a screen for credit card confirmation Once the user confirms by clicking OK then NetSuite sends the capture request to the gateway and receives a response. If successful response, NetSuite creates a payment event record.
The credit card charge confirmation page on the native payment screen is a jsp page and we need to be able to replicate the same functionality on the Suitelet and charge the credit card. We need to charge the credit card on the Suitelet.
Any help on this is much appreciated!