Hi,
How to send invoice number to Authorize.net? Any help would be appreciable.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have done small customization by adding the following lines in account_voucher.py of account_payment_cc_authorizenet module for sending invoice number to Authorize.net .
order_ref = etree.SubElement(transaction_req, 'order')
etree.SubElement(order_ref, 'invoiceNumber').text = ref_orders
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.