0
votes

I am trying to pass some custom data through Authorize.Net payment. I am using DPM method.

The closest i could think of, is by using using x_line_item. However, this has a very specific format and also, the data is visible on the payment form.

I would like pass information which I can use it later to generate the invoice.

Any idea how to do it ?

1
Are you generating the invoice when the user gets back to your website? - John Conde
Yes, I need to create a pdf invoice which I am generating in my website - Kiran

1 Answers

1
votes

You should put it into a session or in your database. Your session variable will survive the user leaving your website as long as you don't have your sessions set to expire in a very short amount of time.