Closed cmcfatter closed 3 years ago
@cmcfatter Yes there is a way. First you can create an Order object, this order object has method to setup invoice number. Then assign this order object to your EmvTransaction object.
Thank you so much for your help, I just got it to send the invoice number!
Please use net.authorize.data.Order.createOrder() to create a new order.
In order to go forward with this app I would need to be able to send the invoice number to authorize.net. Currently the invoice field is blank when I process transactions. Is there a way to do that?