I am trying to integrate PayPal through authorize.net, and can't find any documentation about how to send something that will end up being stored in "invoice id" when you later look at the transaction on authorize.net. There is a reference ID listed, but that doesn't seem to actually count as the invoice id when I look in authorize.net at a finished transaction. The documentation for PayPal authorization and capture doesn't seem to include things like invoice id as one of the fields it refers to in the documentation. There must be some way to do this. Help? (I'm using a JSON implementation, not an XML one). I see an itemID under "line items" in the Try It example, is that where I should put the invoice id?
โ03-15-2018 12:06 PM
OK I also can't figure out how to pass billing information such as first name, last name, etc. The structure it should be in, "billTo", I have not successfully gotten it to accept anywhere in the JSON I'm passing without it saying it's an invalid element. Even when I put it where other authorize.net api call documentation indicates it should be.
โ03-15-2018 01:02 PM
Did you ever figure this out? I am having the same issue!
โ06-01-2018 09:31 AM