cancel
Showing results for 
Search instead for 
Did you mean: 

Authorize.net Field Value Names

Trying to pass an invoice number from my form that processes payment through Authorize.net but need to know fields in Authorize.net, i.e. Customer Name, Invoice Number, etc. Can you create custom fields as well?

stevs102
Member
2 REPLIES 2

Hi @stevs102

 

The field you need to pass for invoice number is invoiceNumber which is inside order tag.

 

You can get the details about all the fields here : API Reference.

You can use the TryIt tab to test out the API request with the fields you wish to send.

 

 

kikmak42
Authorize.Net Expert Authorize.Net Expert
Authorize.Net Expert

You can send custom fields. If you use the createTransaction request as described in the reference guide:  https://developer.authorize.net/api/reference/#payment-transactions-charge-a-credit-card look for the field called "userFields".

 

 

Also, this is a good blog post about the appropriate use of these custom fields:

https://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Merchant-Defined-Field...