Passing Token into NetSuite for Payment Capture
I need to pass a payment token that was authorized in Magento into NetSuite and then capture it with a cash sale. Does anyone know what data besides the token itself needs to be passed into NS?
When I select “Record External Event” on the SO, this P/N Ref field becomes available. I’m assuming I need to leverage that.
I’ve tried passing in several different field values from Magento, but all have produced an error when I try to capture with the cash sale.
An easier approach is to trigger the Payment Event in Magento. Just create a https.post script that does this. So send the request to the API, on success create the cash sale. I do this all the time.