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?
โ12-13-2017 11:30 AM
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.
โ12-13-2017 12:33 PM
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:
โ12-15-2017 01:31 PM