How about using this filter which was contributed by another Gravity Forms user:
http://www.gravityhelp.com/forums/topic/sending-additional-information-to-authorizenet-via-namevalue-pairs#post-143109
You can see all the supported fields in the gravityformsauthorizenet/api/lib/AuthorizetNetAIM.php file on line 81:
private $_all_aim_fields = array("address","allow_partial_auth","amount",
"auth_code","authentication_indicator", "bank_aba_code","bank_acct_name",
"bank_acct_num","bank_acct_type","bank_check_number","bank_name",
"card_code","card_num","cardholder_authentication_value","city","company",
"country","cust_id","customer_ip","delim_char","delim_data","description",
"duplicate_window","duty","echeck_type","email","email_customer",
"encap_char","exp_date","fax","first_name","footer_email_receipt",
"freight","header_email_receipt","invoice_num","last_name","line_item",
"login","method","phone","po_num","recurring_billing","relay_response",
"ship_to_address","ship_to_city","ship_to_company","ship_to_country",
"ship_to_first_name","ship_to_last_name","ship_to_state","ship_to_zip",
"split_tender_id","state","tax","tax_exempt","test_request","tran_key",
"trans_id","type","version","zip"
);
Posted 11 years ago on Tuesday February 12, 2013 |
Permalink